随笔分类 -  APP ui自动化测试

摘要:1、安装: pip install --pre uiautomator2#或者你可以直接从github上源码安装git clone https://github.com/openatx/uiautomator2pip install -e uiautomator2pip install pillow 阅读全文
posted @ 2020-07-05 20:23 千年妖狐 阅读(2976) 评论(0) 推荐(0)
摘要:import uiautomator2 as u2# 安装weditor 来找元素# pip install --pre weditor# python -m weditor 初始化# pip install --pre uiautomator2# pip install pillow# pytho 阅读全文
posted @ 2020-03-28 19:51 千年妖狐 阅读(1135) 评论(0) 推荐(0)
摘要:github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在页面上输入手机设备号,点Connet按钮,看到出现一个小草的图标,就是连接成功了 python -m weditor --shor 阅读全文
posted @ 2019-09-26 16:56 千年妖狐 阅读(1620) 评论(0) 推荐(0)