11 2020 档案
摘要:强制等待: sleep不推荐全局隐式等待 全局隐式等待: 在服务端等待 driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); 显式等待在客户端等待 new WebDriverWait(driver).until(Expect
阅读全文
摘要:UIautomation定位的优点: 速度比xpath定位快,UIautomation是Android的工作引擎 缺点: 没有idea提示 UIautomation使用方法: AndroidDriver<MobileElement> driver=(AndroidDriver<MobileEleme
阅读全文