appium+python自动化--抓取元素利器weditor(四)

一、抓取元素工具

  • (1)android SDK自带uiautomatorviewer.bat可以查看元素
  • (2)appium desktop自带的start inspector session也可以查看元素
  • (3)weditor也可以抓取元素,比前面两个更好用

二、weditor安装

  • 使用pip安装weditor,github地址https://github.com/openatx/weditor
pip install —pre weditor

或者

pip install --upgrade weditor
  • 创建桌面快捷图标
python -m weditor —shortcut
  • 也可以用命令行启动
python -m weditor

三、Atx-agent(守护进程)的安装

  • 安装adb

  • 使用以下命令安装atx最新版

    pip install --pre -U uiautomator2

  • 手机接到电脑上之后,需要先运行一下命令,将需要的程序部署到手机上(一次即可):

`python -m uiautomator2 init -s 127.0.0.1:62026

  • 最后需要在模拟器中停止ATX-Agent,才能正常运行

  • 在这里插入图片描述

  • 若使用weditor时报错:cannot identify image file ,则启动UIAUTOMATOR

在这里插入图片描述

四、weditor连接模拟器

  • 查看夜神模拟器ip:
adb devices
List of devices attached
127.0.0.1:62001 device
  • 连接模拟器,输入模拟器IP,点击connect
    在这里插入图片描述
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值