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

浙公网安备 33010602011771号