Setup appium on windows with genymotion using python

  1. Install Android SDK
  2. Install latest Java Development Kit (JDK)
  3. Install Appium
  4. Install Appium Python Client
  5. Install GenyMotion
  6. Download latest Chrome driver
  7. Install Chrome app on your Android

make sure there is no space in your directory path to Android SDK, otherwise it will produce errors.

Reference: http://www.emolvi.com/setup-appium-on-windows-with-genymotion-using-python/

Chromedriver only for web applications, right?