上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页

2019年7月26日

摘要: https://www.cnblogs.com/ailiailan/p/8729544.html 阅读全文
posted @ 2019-07-26 11:00 lip0405 阅读(253) 评论(0) 推荐(0) 编辑
 

2019年7月25日

摘要: 工具作用:辅助自动化测试 1,录制执行步骤2,选择定位方法3,通过双击或放大镜,调试定位方法是否可用 阅读全文
posted @ 2019-07-25 13:36 lip0405 阅读(143) 评论(0) 推荐(0) 编辑
 

2019年7月22日

摘要: Selenium(Webdriver)自动化测试常问到的问题解答-孤狼 http://blog.sina.com.cn/s/blog_68f262210102wl49.html 接口测试面试题-悠悠 https://www.cnblogs.com/yoyoketang/p/10144581.html 阅读全文
posted @ 2019-07-22 17:36 lip0405 阅读(102) 评论(0) 推荐(0) 编辑
 

2019年7月21日

摘要: python写法: def SwitchHandle(self): ''' 切换窗口 ''' windows = self.driver.window_handles self.driver.switch_to.window(windows[-1]) 滑动页面: def ScrollPage(sel 阅读全文
posted @ 2019-07-21 15:56 lip0405 阅读(200) 评论(0) 推荐(0) 编辑
 

2019年7月19日

摘要: 1,adb devices 确保设备在线 2,adb shell pm list packages 查看包名 3,adb shell monkey -p com.xzck.wangcai --ignore-crashes --ignore-timeouts --throttle 300 -v 100 阅读全文
posted @ 2019-07-19 16:31 lip0405 阅读(268) 评论(0) 推荐(0) 编辑
 

2019年7月16日

摘要: 阅读全文
posted @ 2019-07-16 18:30 lip0405 阅读(418) 评论(0) 推荐(0) 编辑
 
摘要: adb命令模拟按键事件 :http://blog.sina.com.cn/s/blog_68f262210102vc1b.html 阅读全文
posted @ 2019-07-16 16:54 lip0405 阅读(173) 评论(0) 推荐(0) 编辑
 

2019年7月1日

摘要: 详细参考地址:https://www.cnblogs.com/amoyshmily/p/10500687.html 1,Appium安装:https://github.com/appium/appium-desktop/releases 2,安装jdk 3,安装node.js:https://nod 阅读全文
posted @ 2019-07-01 18:29 lip0405 阅读(146) 评论(0) 推荐(0) 编辑
 
摘要: 1,手动下载selenium-3.14.0.tar.gz,地址:https://pypi.org/project/selenium/#files 2,将文件解压 3,打开命令行窗口,进入XX:\selenium-3.14.0\selenium-3.14.0,执行python setup.py ins 阅读全文
posted @ 2019-07-01 10:55 lip0405 阅读(124) 评论(0) 推荐(0) 编辑
 

2019年6月28日

摘要: 阅读全文
posted @ 2019-06-28 17:07 lip0405 阅读(215) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页