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?
1) https://github.com/appium/appium/tree/master/docs/en/writing-running-appium2) java based examples - https://github.com/appium/java-client/tree/master/src/test/java/io/appium/java_client/ios
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
yes. and not only "they"
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.
Hi mantisbayne,
What are you having issues with? I may be able to assist l.