Selenium Eclipse Setup
Selenium Eclipse Setup
Eclipse is one of the famous editors which is mainly used for writing different
programming languages and also to execute those programs. So to Download
the latest version of Eclipse follows the Eclipse Download link.
Download the appropriate version and also there is a different version of the
eclipse available, you can download any one of them.
Download link
Setup Requirement:
1-. Java 8 (minimum)
2- Eclipse
3- Selenium server
4- Web Browser Driver
Download Selenium
For Download selenium webDriver latest version you can visit the Selenium
Official Website Selenium.dev, where you can download the latest version of
Selenium webDriver. After Visiting Selenium’s official website you need to go
to “Selenium Client & WebDriver Language Bindings”.
Download link
● You can launch the Eclipse by double click on the “eclipse.exe” file inside
the “eclipse” folder.
● When you execute for the first time that time it will ask to select the
workspace, accept the location, and click ok.
● Click on File – New – Other- Type Java Project in the text box and then
click Next.
● You, Will, get a Create a Java project popup, enter the project name, and
keep the other configuration as it is and click finish.
● Right-click src – New – Class– <name of Class>. This will create a new
Class.
● Go to Libraries
● Add External Jar
● Navigate to the path where jar files are kept (libs folder)
● Select the jar file – Click on Apply – Click OK. This will import Selenium
jar files.