一、安装
命令安装 weditor
pip install weditor

二、启动 weditor
终端输入:python -m weditor,自动打开http://localhost:17310/#

三、IOS weditor 使用
1、查看手机上的 app
终端输入:tidevice applist

上图可查找 WDA 的 activity id

2、启动 WDA(该处需要提前安装 tidevice)
tidevice wdaproxy -B com.gaiatest.WebDriverAgentRunner.xctrunner --port 8200
访问http://localhost:8200/status,查看是否连接成功

3、连接手机

4、元素定位
点击页面元素,中间 selected Element 显示元素信息,同 appium inspactor

四、ANDROID weditor 使用
1、查看 device_id
终端输入命令:adb devices

2、weditor 输入 device id 连接手机


↙↙↙阅读原文可查看相关链接,并与作者交流