摘要: uiautomator2 该项目正在火热的开发中 uiautomator2 是一个可以使用Python对Android设备进行UI自动化的库。其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上任意一个APP的任意一个控件属性,并对其进行任意操作, 阅读全文
posted @ 2018-05-01 18:07 jec1999 阅读(3929) 评论(0) 推荐(1)
摘要: uiautomator This module is a Python wrapper of Android uiautomator testing framework. It works on Android 4.1+ simply with Android device attached via 阅读全文
posted @ 2018-05-01 16:06 jec1999 阅读(257) 评论(0) 推荐(0)
摘要: 原文:https://github.com/openatx/uiautomator2 1、安装 pip install --pre uiautomator2 #或者你可以直接从github源码安装 git clone https://github.com/openatx/uiautomator2 p 阅读全文
posted @ 2018-05-01 12:53 jec1999 阅读(1035) 评论(0) 推荐(0)