摘要: 在安装好并且调试通的情况下,可以开始使用appium做一些测试了 一般来说在使用python+appium时,还要同时用到adb和Uiautomatorviewer 官方文档在testhome中有翻译版:https://www.kancloud.cn/testerhome/appium_docs_c 阅读全文
posted @ 2020-01-16 17:02 -Ruirui- 阅读(697) 评论(0) 推荐(0)
摘要: 用adb通过wifi抓取log信息: 1.adb devices 查看设备是否连接上 2.adb tcpip 5555 开启无线端口(提示restarting xxx.... 说明开启成功,可以拔掉电脑与设备之间的接线了) 3.adb connect xxx.xxx.xx.xx 查看手机所连接的wi 阅读全文
posted @ 2020-01-16 11:14 -Ruirui- 阅读(2305) 评论(0) 推荐(0)
摘要: 本文参考了文章 https://anikikun.gitbooks.io/appium-girls-tutorial/content/ 感谢上方大佬! 提前准备的环境及资源: 1.JDK并且已加入环境变量JAVA_HOME; 2.AndroidSDK并且已加入环境变量ANDROID_HOME; 3. 阅读全文
posted @ 2020-01-16 09:41 -Ruirui- 阅读(210) 评论(0) 推荐(0)