1、安装
1、1 安装UIAutomator2
pip install --pre uiautomator2
pip install pillow
1、2 开始连接手机
- 初始化
python -m uiautomator2 init
2、1 可视化工具安装
pip install --pre --upgrade weditor
- 使用
python -m weditor
- 随后默认会在浏览器打开效果
微信扫一扫
pip install --pre uiautomator2
pip install pillow
python -m uiautomator2 init
pip install --pre --upgrade weditor
python -m weditor
相关推荐