原文:元素定位工具Weditor的使用

安装:pip install pre upgrade weditor 安装成功 启动python m weditor 选择android 输入手机设备名adb devices进行连接,dump hierarchy 刷新页面 点击元素获取这个元素的id,xpath,className等。 ...

2020-01-19 15:53 0 1403 推荐指数:

查看详情

APP元素定位工具weditor

github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在页面上输入手机设备号,点Connet按钮,看到出现一个小草的图标,就是连接成功了 Coding调试 可以在页面 ...

Fri Sep 27 00:56:00 CST 2019 0 679
APP元素定位工具之——Weditor

1、weditor的说明 WEditor可以理解为在浏览器中打开的uiautomatorviewer,个人使用起来比uiautomatorviewer更好用,不会像uiautomatorviewer那样由于安卓系统的不同,会出现各种情况,还支持安卓、ios、Neco(beta ...

Mon Nov 11 06:42:00 CST 2019 0 635
Appium使用——WEditor的安装(定位元素的好工具

WEditor的安装 WEditor可以理解为在浏览器中打开的uiautomatorviewer,个人体验比uiautomatorviewer更好用,不会像uiautomatorviewer那样由于安卓系统的不同,会出现各种情况,还支持安卓、ios、Neco(beta ...

Sat Mar 02 01:21:00 CST 2019 2 5881
Python+Appium自动化测试(4)-使用weditor进行元素定位

一,weditor的安装与使用 首选需要在电脑上配置好Python环境 下载安装命令如下,加上镜像下载速度更快: pip install weditor -i https://pypi.tuna.tsinghua.edu.cn/simple 启动weditor命令 ...

Sat Aug 22 21:25:00 CST 2020 0 476
Android自动化学习2--元素查看工具weditor

前言 前面我们已经使用 uiautomator2 成功连接到手机了,我们还需要一个工具来查看手机App上的元素,另外该项目作者也针对 uiautomator2 写了一个工具 weditor ,我们可以使用工具来查看元素。 更多的介绍,大家可以前往 Github 进行学习:https ...

Sat May 22 23:34:00 CST 2021 0 1015
appium 元素定位工具

两种元素定位工具: 1.uiautomatorviewer是android-sdk自带的一个元素定位工具,目录D:\androidsdk\androidsdk\tools\bin 。 双击启动uiautomatorviewer.bat cmd打开输入adb ...

Wed Feb 27 19:07:00 CST 2019 0 1358
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM