步骤1:安装webdriveragent参考文档:https://blog.csdn.net/George513/article/details/100557731https://blog.csdn.net/m0_38039283/article/details/112722648xcode:10.3步骤2:airtest连接iphone:方式一:使...
步骤1:安装webdriveragent
参考文档:https://blog.csdn.net/George513/article/details/100557731
https://blog.csdn.net/m0_38039283/article/details/112722648
xcode:10.3
步骤2:airtest连接iphone:
方式一:使用tidevice将airtest与iPhone连接起来:(tidevice也支持Windows运行iOS自动化)
参考文档:https://github.com/alibaba/taobao-iphone-device,https://testerhome.com/articles/29124
1,iPhone通过xcode(10.3)安装了webdriveragent
2, 安装tidevice:python3 install tidevice #只能Python 3.6+ 以上版本
3,tidevice wdaproxy -B com.apple.test.WebDriverAgentRunner-Runner --port 8200# 运行 XCTest 并在PC上监听8200端口转发到手机8100服务
4,在airtest上连接:http://127.0.0.1:8200
方式二:使用xcode将airtest与iPhone连接起来:
参考文档:https://blog.csdn.net/George513/article/details/100557731
https://blog.csdn.net/m0_38039283/article/details/112722648
本文标题为:ios 运行airtest自动化测试
- Android实现监听音量的变化 2023-03-30
- 详解flutter engine 那些没被释放的东西 2022-12-04
- iOS 对当前webView进行截屏的方法 2023-03-01
- Android MaterialButton使用实例详解(告别shape、selector) 2023-06-16
- SurfaceView播放视频发送弹幕并实现滚动歌词 2023-01-02
- Android studio实现动态背景页面 2023-05-23
- Android实现轮询的三种方式 2023-02-17
- 最好用的ios数据恢复软件:PhoneRescue for Mac 2023-09-14
- 作为iOS开发,这道面试题你能答出来,说明你基础很OK! 2023-09-14
- Flutter实现底部和顶部导航栏 2022-08-31