在Windows平台使用tidevice工具启动WebDriverAgent
1、准备python环境
目前 tidevice 库仅支持安装在python3.7及以上版本中 以python3.8为例下载地址: https://www.python.org/downloads/windows/ 根据自己的Windows系统下载对应文件安装即可
2、安装tidevice库
执行命令pip install tidevice安装 参考文档https://github.com/alibaba/taobao-iphone-device
3、安装usbmux服务
可以使用比较简单的方法:直接安装一个爱思助手然后在爱思助手中安装iTunes及启动即可 下载地址:https://www.i4.cn/
4、在iPhone手机上安装WebDriverAgent
可以通过 xcode 编译源码安装,也可以用开发者证书重签名的 WebDriverAgent.ipa 安装到手机 (此步骤较为繁琐将在下一期单独写)
5、通过tidevice命令启动WebDriverAgent 执行命令 tidevice -u 【UDID】 xctest -B 【BundleID】 执行后出现WebDriverAgent start successfully说明启动成功 (此时不能关闭命令行窗口)
|