随笔分类 -  uiautomator2

摘要:前言 一般来说可以用 python -m uiautomator2 init 这个命令帮助我们将需要的东西安装到手机上。 但是有肯专研的人想知道到底这个init命令做了哪些事情。请继续往下看 python-uiautomator2 是安卓应用的Java测试框架Uiautomator的一个Python 阅读全文
posted @ 2020-06-19 11:59 hongliangsam 阅读(3442) 评论(0) 推荐(0)
摘要:为什么选用UIAutomator2? Nemo社区UI自动化选用的Android UI自动化框架UIAutomator2,经使用发现,该框架有如下优点: 1.UI自动化编写采用python,学习成本低 2.UI自动化脚本运行稳定 与Appium相比,又有如下突出优势: 1.环境搭建便捷 2.UI控件 阅读全文
posted @ 2020-06-19 11:57 hongliangsam 阅读(936) 评论(0) 推荐(0)