This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 6
Apr 2017

Hi,

I'm just getting started with Appium and am trying to use appium-xcuitest-driver to automation tests against ios simulator. I'm having a really hard time finding documentation for xcuitest and looking over the code isn't making sense to me. Can someone point me to documentation for this feature?

  • created

    Apr '17
  • last reply

    Apr '17
  • 5

    replies

  • 1.0k

    views

  • 3

    users

  • 2

    links

Oh, from that example, it looks like they instantiate an IOSDriver. Is that correct? When I tried that, I got a message that I'm supposed to use XCUITest driver with iOS 10 or higher & XCode 8 and higher

I was able to figure this out on my own. The examples above did not apply to my situation, because I am using JS and iOS 10.2 with XCode 8.3. Thanks anyway though.