Appium - Not able to launch the inspector

后端 未结 1 1145
你的背包
你的背包 2020-12-16 03:12

Team,

I am facing issues launching the Inspector. I might be missing something in my configurations or setup, but not able to figure out. I am trying to connect to r

相关标签:
1条回答
  • 2020-12-16 04:09

    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
    0 讨论(0)
提交回复
热议问题