摘要: 1、更新下载appium 1.8.2 打开运行 一直是这个界面。很烦躁,重启电脑或者卸载后重新安装还是没有用。 解决版本: 1、查看老版本和新版本的安装位置 老版本默认是 C:\Program Files (x86)/appium安装新的版本后,地址是:C:\Users\admin\AppData\ 阅读全文
posted @ 2018-11-22 11:27 洋妞0 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 1、启动测试工具 "E:\android-sdk_r24.4.1-windows\android-sdk-windows\tools"中的uiautomatorviewer 2、在 UI Automator Viewer界面点击第二个按钮 Device Screenshot 3、此时出现 Unabl 阅读全文
posted @ 2018-10-24 17:30 洋妞0 阅读(2090) 评论(0) 推荐(0) 编辑
摘要: 解决版本: 下载 HTMLTestRunner.py 文件 然后放到python安装目录的Lib下面即可 阅读全文
posted @ 2018-12-17 16:12 洋妞0 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 安装: pip install Appium-Python-Client 阅读全文
posted @ 2018-12-17 15:44 洋妞0 阅读(919) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-17 15:13 洋妞0 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 出现这个提示,是因为python版本是3.x以上 2、解决办法: 1、 找到这个文件,打开 2、根据提示,找到121行,然后修改 3、然后重新运行脚本,就不会报错了。 阅读全文
posted @ 2018-11-22 11:32 洋妞0 阅读(6140) 评论(0) 推荐(2) 编辑
摘要: 1、在使用 “adb shell dumpsys window w |findstr \/ |findstr name=” 这个指令查找APP包名时,cmd出现'findstr' 不是内部或外部命令 解决方案: 1、PATH环境变量的问题,在path中追加:(%SystemRoot%/system3 阅读全文
posted @ 2018-10-25 17:11 洋妞0 阅读(4307) 评论(0) 推荐(0) 编辑
摘要: 如有疑问可以加QQ咨询:2978017695 阅读全文
posted @ 2018-10-25 10:41 洋妞0 阅读(2617) 评论(0) 推荐(0) 编辑
摘要: 要解决‘’appium-docto‘’不是内部或外部命令时,先解决’appium’ 不是内部或外部命令 一、Appium环境搭建时在cmd中输入appium命令,提示’appium’ 不是内部或外部命令,也不是可运行的程序 如下图所示: 解决方案: 1、查找Appium安装路径,我的安装在 C:\P 阅读全文
posted @ 2018-10-24 18:25 洋妞0 阅读(976) 评论(0) 推荐(0) 编辑