07 2021 档案

摘要:xpath定位方法简介 //相对定位,1、全部元素 xpath='//*' //2、指定属性内容 xpath="//*[@text='任务中心']" //3、包含属性内容,查找class属性中包含image的APP控件 xpath="//*[contains(@class,'image')]" // 阅读全文
posted @ 2021-07-28 14:37 77的小白 阅读(204) 评论(0) 推荐(0)
摘要:appium常见问题 APP每次启动都会初始化 启动APP时设置DesiredCapabilities属性:noRest public class Driver { private static AndroidDriver driver; public static void start(){ De 阅读全文
posted @ 2021-07-07 23:25 77的小白 阅读(227) 评论(0) 推荐(0)