UI自动化元素定位工具之Weditor

安装前置条件:Python已安装
pyhton 下载地址:https://www.python.org/downloads/

1.安装
1)方案1:
GitHub地址:https://github.com/openatx/weditor
2)方案2:
进入cmd,输入pip install --pre --upgrade weditor

2.使用
2.1 链接手机,并打开手机的调试模式
2.2 (python2.7需要,3不需要)打开cmd,输入python -m uiautomator2 init,进行初始化,安装uiautomator atx-agent部署守护进程
UI自动化元素定位工具之Weditor_第1张图片
2.3打开cmd,输入python -m weditor 会在浏览器打开一个页面
2.4 输入手机的ip(设置-WiFi-更多-ip地址),点击connect,连接手机后,点击reload加载手机画面
UI自动化元素定位工具之Weditor_第2张图片
ps:Windows 不能定位ios机器

参考文章:https://www.cnblogs.com/RuguoCheng/p/10457637.html

你可能感兴趣的:(工具使用)