如何在 iOS 真机运行 Appium

2025-04-15 13:35:45
推荐回答(1个)
回答1:

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