自动化测试定位工具-weditor

手机设备/模拟器环境初始化:

python3 -m uiautomator2 init
或者
python -m uiautomator2 init
Weditor控件安装:

pip3 install --pre weditor
运行Weditor:

python3 -m weditor
或者
python -m weditor

运行后会自动打开http://localhost:17310/#

右侧coding

# coding: utf-8
#
import uiautomator2 as u2
 
d = u2.connect()
 
d.xpath("//*[@text='中超']").click()

 ios 的话需要检查是否安装好WebDriverAgent

启动 WDA

找到APP列表里面的WebDriverAgentRunner-Runner

tidevice wdaproxy -B com.zhongxin.WebDriverAgentRunner490336534.xctrunner --port 8200

访问http://localhost:8200/status查看是否成功

import wda
 
d = wda.Client('http://localhost:8200')
 
d.xpath('//*[@label="健康记录仪"]').click()

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值