技术栈

uiautomator2

qq_30895747
10 个月前
python·uiautomator2
uiautomator2 多种方式键盘输入最近做了一个爬虫项目,在向文本框输入的时候,使用了多种方法(包含:send_keys、set_text)等多种方法都无效,最终选择了以下方案得到完美解决。
帅到无语
1 年前
python·网络爬虫·uiautomator2·app自动化
python uiautomator2 常用操作python uiautomator2 安装及使用-CSDN博客d.app_start('com.gacne.www')
亚索不会吹风
1 年前
自动化·pytest·uiautomator2
pytest +uiautomator2+weditor app自动化从零开始目录结构1.0 把设备连接单独移出去了 模块操作代码,有一些流程操作和断言方法目录结构1.1 新增test_accountcenter.py编写测试用例 新增run.py执行pytest 新增pytest.ini配置文件 test_accountcenter.py 删除了3个场景,留下2个场景,每个场景加了2种断言方式f1(ex):f5(ex):,测试用例是test_zhanghao():test_luyin():,f1(ex):f5(ex):内部实现了断言并且返回结果