Here are the steps to re-config your Appium (Mac app/Windows EXE) client point to latest Appium version 1.4.11.
- Clone this Appium git to your local
git clone https://github.com/appium/appium.git - Once the download is complete, Run reset.sh
- Open Appium Client
- Select “Developer settings” and enable it.
- Select Use External NodeJS Binary to “Your local node bin folder path”
- Select Use External Appium Package to “Your Appium Local clone folder path”
- Start the Appium Server.
You should see the latest version of Appium on the client like below
info: Welcome to Appium v1.4.11 (REV 460994a14dfb20b2d55ff14b99c0d31f6af5a9e2)
info: Appium REST http interface listener started on 0.0.0.0:4723
Happy Appium!