上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 28 下一页

2019年7月26日

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

2019年7月25日

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

2019年7月16日

摘要: 阅读全文
posted @ 2019-07-16 18:30 lip0405 阅读(425) 评论(0) 推荐(0)
 
摘要: adb命令模拟按键事件 :http://blog.sina.com.cn/s/blog_68f262210102vc1b.html 阅读全文
posted @ 2019-07-16 16:54 lip0405 阅读(186) 评论(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 阅读(152) 评论(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 阅读(143) 评论(0) 推荐(0)
 
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 28 下一页