Configure Eclipse Editor
First of all we need to download required files and get ready to configure Eclipse.Downloadable's:
Appium Client Library (java-client-7.0.0.jar)Selenium stand-alone server( Selenium Java jars)
Commons_lang3 (commons-lang3-3.8.1.jar)
Add all the jar files to Project Build Path
- Right click the project name and navigate to Build Path.
- Select Configure Build Path... and the project properties window will appear showing your build path configurations.
- Select the Libraries tab.
- Click Add JARs...
- Locate and select the JARs you want and click OK. ...
- Click OK to close the properties window.