@reddys There is currently no link to download or .dmg/.exe to install for Appium 1.6.X and there is currently no GUI. You must install it via terminal/command line. Assuming you are on MAC there is step by step guide in this thread that has been posted several times:
You can also search the forum for several other threads on how to install 1.6.
Once you have installed 1.6 and verified its working, you can update to 1.6.2 by npm install -g appium@1.6.2 --no-shrinkwrap
Both are different. You can download and setup Appium 1.6 separately (Appium 1.6.3 is available now). For Python you can download the client libraries from this link - http://appium.io/downloads.html66
Can anybody help me out here? I got error:
INFO: A new session could not be created. The desiredCapabilities object was not valid for the following reason(s): automationName XCUITest not part of Appium,Selendroid,WebDriverAgent.
and I have installed all the dependencies mentioned in appium-xcuitest-driver document, still got no luck
Appium:1.6.3
Xcode: 8.1
iOS: 9.3.5
java-client: 4.1.2
Thank you
@jlipps Is the performance better on iOS in Appium 1.6?