
appium
文章平均质量分 89
罗汉翔
这个作者很懒,什么都没留下…
展开
-
xpath
.转载 2022-09-14 15:14:03 · 1758 阅读 · 0 评论 -
appium显示等待
方式1:WebDriverWait wait= new WebDriverWait(driver, 5 * 60, 1 * 1000);// 显示等待元素出现wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("fdkasfjdaskljf")));方式2:WebDriverWait wait = new WebDriverWait(driver, 60);WebElement xxxx= wait.until(原创 2022-03-25 11:54:13 · 1150 阅读 · 0 评论