Appium - Not able to launch the inspector

白昼怎懂夜的黑 提交于 2019-11-29 02:18:14

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:

  1. Uncheck UDID
  2. Uncheck BundleId
  3. Check Force Device
  4. Set Force Device to "iPhone Simulator"
  5. Launch Appium Server
  6. Launch Appium Inspector

Steps to using a real device:

  1. Uncheck the App Path capability
  2. Check Force Device
  3. Set Force Device to "iPhone 5", "iPhone 5S", "iPhone 4", etc etc. (whatever device you're trying to automate on)
  4. Launch Appium Server
  5. Launch Appium Inspector
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!