Site Loader
Auckland, New Zealand
In this post we will set out stage ready to write code for Appium using Eclipse. If you want to read and watch videos about basics of Appium, you can do it from Understanding Appium page.

Downloading Appium and related JAR

As we already discussed in Part 5 of Understanding Appium video series, we need to download the following JAR files to start writing code in eclipse
  • Selenium Server and Client API from (http://seleniumhq.org)
  • Appium Java Client
  • Gson (Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object)
  • TestNG
Here is the complete video for the above discussion Thanks for reading the post and watching the video !!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK

Post Author: Karthik kk

Leave a Reply

Your email address will not be published. Required fields are marked *