Accessibility id vs id

Try this
driver.findElementByAccessibilityId("RootTopLeftMenuButton");

This should work

Thanks

1 Like