python 网易mumu模拟器 android自动化

  • 安装

pip install --pre uiautomator2
pip install pillow
pip install --pre --upgrade weditor

mumu安卓模拟器下载:https://mumu.163.com/mac/index.html 默认安装

  • 初始化

python -m uiautomator2 init

执行上面命令会自动安装本库所需要的设备端程序:uiautomator-server 、atx-agent、openstf/minicap、openstf/minitouch

  • 使用

Python3 -m weditor

这个时候浏览器会自动打开网址:http://localhost:17310/#

截屏.png

在-1- 处选择平台(android,iPhone)
在-2-处输入设备IP地址(这里使用网易的mumu 模拟器,默认端口:5555。 夜神模拟器端口号:62001)
点击Connect按钮,连接...

连接成功后,设备上会多一个uiautomator的应用。


截屏.png

打开这个应用可以查看设备参数,也可以在这里查看本机IP地址。


截屏.png
  • 录制脚本

可以通过weditor的本地服务http://localhost:17310/#
,来查看元素,编写脚本。而且weditor还可以自动生成代码,非常方便。

adb 自动化 https://www.jianshu.com/p/eac139a8a1a8

你可能感兴趣的:(python 网易mumu模拟器 android自动化)