当前位置:   article > 正文

uiautomator2使用_uiautomator2官方文档

uiautomator2官方文档

官方文档 GitHub - openatx/uiautomator2: Android Uiautomator2 Python Wrapper

参考文档2 uiautomator2详细使用方法

参考文档3 uiautomator2 库中文手册_uiautomator2 watcher_我才是猫爸爸的博客-CSDN博客

一、简介

uiautumator2是uiautumator的升级版;uiautumator是Google开发的一款用来做安卓自动化测试的java库,uiautomator2是将uiautomator中的接口封装成了python库。

原理是在手机上运行了一个http rpc服务,将uiautomator中的功能开放出来,然后再将这些http接口封装成Python库

  • python端:运行脚本,往移动端发送HTTP请求
  • 移动端:安装atx-agent,然后atx-agent启动uiautomator2服务进行监听,并识别python脚本,转换为uiautomator2的代码。
  • 移动设备通过WIFI(同一网段)或USB接收到
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/709127
推荐阅读
  

闽ICP备14008679号