0
点赞
收藏
分享

微信扫一扫

Python + UIAutomator2记录笔记

kmoon_b426 2022-03-30 阅读 83

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
  • 随后默认会在浏览器打开效果
    在这里插入图片描述
举报

相关推荐

0 条评论