Where do I get IOSDriver?

The import is “import io.appium.java_client.ios.IOSDriver” but where do I get the driver itself? Is it in a jar? Is it downloadable from the web?

I am using the 1.5.3 GUI app and 1.6.3 server

Found it at https://search.maven.org/#search|ga|1|g%3Aio.appium%20a%3Ajava-client

It’s part of Appium. What make you think you don’t have it.

I didn’t have it (AFAIK) until I went out and grabbed it from the site I referenced above.

Where does the installation process put it?

What happens when you just add the below in your code?

IOSDriver iosdriver = new IOSDriver(new URL(“http://127.0.0.1:4723/wd/hub”), capabilities);

Its given in Appium’s download section. Based on the language we are using, we have to use the corresponding client libraries -

http://appium.io/downloads.html