跨平台iOS自动化测试工具——tidevice安装及使用
官方github地址:https://github.com/alibaba/taobao-iphone-device安装:Python 3.8.10pip3 install -U "tidevice[openssl]" # Recommendwindows系统安装Itunes,可以安装91助手等,自动识别安装。安装完成后,查看tidevice 版本:tidevice version列出所有已连接设
·
官方github地址:https://github.com/alibaba/taobao-iphone-device
pip3 install -U "tidevice[openssl]" # Recommend
windows系统安装Itunes,可以安装91助手等,自动识别安装。
安装完成后,查看tidevice 版本:tidevice version
$ tidevice install example.ipa
$ tidevice --udid $UDID install https://example.org/example.ipa
$ tidevice uninstall com.tencent.weworkenterprise #企业微信 2.5.50107
$ tidevice launch com.example.demo
$ tidevice kill com.example.demo
查看设备电源信息:tidevice info --domain com.apple.mobile.battery --json
设备截图:tidevice screenshot screenshot.jpg
更多推荐























所有评论(0)