weditor查看定位元素

一下操作基于手机连接上电脑

如果不明白可以 去回顾上一篇文章:https://blog.csdn.net/u014028011/article/details/90238777

 

在编写安卓脚本的过程中,如怎么定位元素呢:

我们可以借助Android SDK自的uiautomatorviewer查看元素,这就要求手机必须以USB的方式连接PC,我前面使用的是WIFI连接进行连接的。所以,openatx提供了另外一个工具weditor 来解决这个问题。

参考 GitHub地址

第一步 安装 weditor    执行 pip install --pre --upgrade weditor

pip install --pre --upgrade weditor

 第二步 使用 执行 python -m weditor

python -m weditor

默认会打开 http://localhost:17310/

 

weditor查看定位元素_第1张图片

出现这个界面后,先填写手机局域网ip,点击Connect  出现绿色图标表示连接成功

点击reload可以刷新界面

每次界面改变后都要点击一下 reload

 

你可能感兴趣的:(python,uiautomator2,自动化,weditor)