您的位置:首页 > 移动开发

iOS simulator+Appium

2015-09-08 10:10 323 查看
Why are you trying to run iOS automation on a real device? That's a bad idea.

iOS Automation on a real device is notoriously slow and problematic.

For automation, you want solid and reliable. Use the iPhone Simulator.

Steps to using iPhone Simulator:

Uncheck UDID

Uncheck BundleId

Check Force Device

Set Force Device to "iPhone Simulator"

Launch Appium Server

Launch Appium Inspector

Steps to using a real device:

Uncheck the App Path capability

Check Force Device

Set Force Device to "iPhone 5", "iPhone 5S", "iPhone 4", etc etc. (whatever device you're trying to automate on)

Launch Appium Server

Launch Appium Inspector

转自:http://stackoverflow.com/questions/26003675/appium-not-able-to-launch-the-inspector
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: