一、抓取元素工具
- (1)android SDK自带uiautomatorviewer.bat可以查看元素
- (2)appium desktop自带的start inspector session也可以查看元素
- (3)weditor也可以抓取元素,比前面两个更好用
二、weditor安装
- 使用pip安装weditor,github地址https://github.com/openatx/weditor
pip install —pre weditor
或者
pip install --upgrade weditor
- 创建桌面快捷图标
python -m weditor —shortcut
- 也可以用命令行启动
python -m weditor
三、Atx-agent(守护进程)的安装
- 安装adb
-
使用以下命令安装atx最新版
pip install --pre -U uiautomator2
- 手机接到电脑上之后,需要先运行一下命令,将需要的程序部署到手机上(一次即可):
`python -m uiautomator2 init -s 127.0.0.1:62026
- 最后需要在模拟器中停止ATX-Agent,才能正常运行
- 若使用weditor时报错:cannot identify image file ,则启动UIAUTOMATOR
四、weditor连接模拟器
- 查看夜神模拟器ip:
adb devices
List of devices attached
127.0.0.1:62001 device
- 连接模拟器,输入模拟器IP,点击connect