

Now we will configure our Eclipse IDE with Selenium WebDriver. It contains the essential jar files required to configure Selenium WebDriver in Eclipse IDE.

Unpack the contents in a convenient directory. The downloaded file would be in zipped format.Click on the "Download" link of Java Client Driver as shown in the image given below.Scroll down through the web page and locate Selenium Client & WebDriver Language Bindings.It will redirect you to the "downloads page" of Selenium official website. It will launch the default interface of Eclipse IDE.ģ.To configure the workspace, select a convenient directory where you want to keep all of your Selenium trails and click on Launch button.You can also select other options to download based on the operating system you are currently working on. Go to the Download Links section and click on "Windows 64-bit".Scroll down through the webpage and click on "Eclipse IDE for Java Developers". It will redirect you to the "Download Packages" section.Click on the "Download Packages" link (you can also download the IDE directly from the "downloads page" of Eclipse official website, but we will recommend you to navigate through the download packages section and get "Eclipse IDE for Java Developers").

Refer the link given below to understand how we can set path and configure environment variables in Java. Once you have downloaded and installed the latest version of Java, you need to set path or configure the environment variables in your system. However, you can download the latest version of Java Development Kit (JDK) from the link given below. Note: you'll need to have Java 8 installed to use Selenium 3. We assume that you have already installed Java 8 or above on your machine and successfully configured the environment variables required to run and compile java programs.
