Hi @jonahss: I want to test the appium-xcuitest-driver. I installed with npm install -g appium-xcuitest-driver. How do I run this now? Or how do I make sure that Appium is using this driver now, when I run my tests instead of the old appium-ios-driver? Like forcing Appium to pick up that driver! When I let the new driver run with node it starts listening on localhost, but if I start my test now, we kill all drivers and start a new one. Now its not picking up the xcuitest-driver. When I set capabilities.setCapability("automationName", "xcuitest"); doesnt help either, it states: Details: The desiredCapabilities object was not valid for the following reason(s): automationName xcuitest not part of Appium,Selendroid,WebDriverAgent. I read that its actually not needed to set capabilities. Do I have to delete or uninstall the appium-ios-driver?
thanks for some help what the next steps could be to get it to run with the appium-xcuitest-driver
Juliane
UPDATE PROGRESS:
I just deleted the appium-ios-driver from my node-modules and added the appium-xcuitest-driver. When I run my test now, it complaints that it cannot find module 'appium-ios-driver'. How do I get Appium to use the new driver?