1

Is this possible? I need to find mobile selectors from an iOS app to automate tests using Appium.

I have windows so I set up a virtual machine with MacOS High Sierra. I don't have enough disk space to install Xcode there, so I was thinking if there was an alternative way to get the selectors.

Maybe an emulator that I can set up with Appium inspector or something similar? that doesn't involve installing Xcode.

Wasiq Bhamla
  • 949
  • 1
  • 7
  • 12
Max
  • 85
  • 1
  • 10
  • 1
    It's not possible without XCode as Appium communicate with iOS app via XCode command line tool and WebDriverAgent which is also an XCode project which has to be deployed on the device. Let me know if I'm wrong. – Wasiq Bhamla Dec 12 '18 at 06:18
  • I had to install Xcode but could grab the mobile elements with Appium Studio. Thanks. – Max Dec 18 '18 at 18:36

0 Answers0