Try this driver.findElementByAccessibilityId("RootTopLeftMenuButton");
driver.findElementByAccessibilityId("RootTopLeftMenuButton");
This should work
Thanks