- 博客(2)
- 收藏
- 关注
原创 Python+uiautomator实现Android自动化测试
本文是基于Python+uiautomator+adb命令,实现简单的Android自动化测试入门教程此入门教程需要准备以下事项1、Python 3.6环境,Python语言基础参考链接:https://www.cnblogs.com/wongyi/p/7832138.html2、Python导入uiautomator模块配置pip环境变量在这个路径下 Python\Pyth...
2018-05-12 11:55:55 8319 3
原创 Python获取uiautomator文件保存在电脑的脚本
import timeimport osuix_name=str(time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime()))#用时间戳生成名字os.system('adb devices') #获取连接设备dump_uix='adb shell uiautomator dump /sdcard/uix/'+uix_name+'.uix'...
2019-12-06 18:49:21 494
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人