Setting up Appium 1.15.0 and WebDriverAgent

Hi everyone, everything was good until I updated my test device to iOS 13.
iOS Version: 13.0
MacOS: Mojoave 10.14.4
Appium: 1.15.0

So I installed Appium 1.15.0 using NPM. My documentation calls for installing WDA from Appium and then deploying those projects onto my iOS device. This is what I’m following: https://github.com/appium/appium/blob/master/docs/en/drivers/ios-xcuitest-real-devices.md

WebDriverAgent was previously at this location: /path/where/installed/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent
But now it’s not there anymore. Where do I download WebDriverAgent from with this new version of Appium?

Thanks for the help!

You can find it here: /path/where/installed/lib/node_modules/appium/node_modules/appium-webdriveragent

1 Like