如何在 iOS 真机运行 Appium

2025-03-23 06:39:23
推荐回答(1个)
回答1:

首先你启动 appium 的时候指定设备的 UUID指定 APP 的 Bundle ID比如
appium -U 45f082689dbaebb0ffa3620b3ae22ad9faff9a30 --app io.appium
然后再去运行脚本。比如源码的案例下面的 examples/python/simple_real_device.py..