github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在页面上输入手机设备号,点Connet按钮,看到出现一个小草的图标,就是连接成功了 Coding调试 可以在页面 ...
安装:pip install pre upgrade weditor 安装成功 启动python m weditor 选择android 输入手机设备名adb devices进行连接,dump hierarchy 刷新页面 点击元素获取这个元素的id,xpath,className等。 ...
2020-01-19 15:53 0 1403 推荐指数:
github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在页面上输入手机设备号,点Connet按钮,看到出现一个小草的图标,就是连接成功了 Coding调试 可以在页面 ...
1、weditor的说明 WEditor可以理解为在浏览器中打开的uiautomatorviewer,个人使用起来比uiautomatorviewer更好用,不会像uiautomatorviewer那样由于安卓系统的不同,会出现各种情况,还支持安卓、ios、Neco(beta ...
WEditor的安装 WEditor可以理解为在浏览器中打开的uiautomatorviewer,个人体验比uiautomatorviewer更好用,不会像uiautomatorviewer那样由于安卓系统的不同,会出现各种情况,还支持安卓、ios、Neco(beta ...
1. 安装adb(安装方法——百度网盘(无邪)) 2. 安装python-uiautomator2 pip install --pre -U uiautomator2 3. 手机设备安装 ...
weditor 2、使用: 步骤2后,默认会通过浏览器打开页面 ...
一,weditor的安装与使用 首选需要在电脑上配置好Python环境 下载安装命令如下,加上镜像下载速度更快: pip install weditor -i https://pypi.tuna.tsinghua.edu.cn/simple 启动weditor命令 ...
前言 前面我们已经使用 uiautomator2 成功连接到手机了,我们还需要一个工具来查看手机App上的元素,另外该项目作者也针对 uiautomator2 写了一个工具 weditor ,我们可以使用该工具来查看元素。 更多的介绍,大家可以前往 Github 进行学习:https ...
两种元素定位工具: 1.uiautomatorviewer是android-sdk自带的一个元素定位工具,目录D:\androidsdk\androidsdk\tools\bin 。 双击启动uiautomatorviewer.bat cmd打开输入adb ...