我的代码,但它不工作:
MobileElement el = (MobileElement) driver.findElementById("jpb.com.upisimulator:id/action_bar");
MobileElement el2 = el.findElementByName("Open navigation drawer");
el2.click();
我的代码,但它不工作:
MobileElement el = (MobileElement) driver.findElementById("jpb.com.upisimulator:id/action_bar");
MobileElement el2 = el.findElementByName("Open navigation drawer");
el2.click();