Thursday, August 21, 2014




In this tutorial, I will tell you how to configure Selenium with eclipse. Before you configure Selenium with eclipse, You should be sure that you have installed TestNG plugin with eclipse. Click here to know how to install and configure TestNG with Eclipse.

Steps To Configure Selenium With Eclipse

1. First you need to download Selenium from “http://docs.seleniumhq.org/download/“  and then extract the Selenium folder.






2. Open eclipse and create project. Right click on project –> Properties –> Java Build Path –> click on “Libraries tab” –> click on “Add External JARs” button –> add all JARs files from Selenium folder.



3. Close and Re-open eclipse.

4. Right click on project –> Refresh

5. Project –> clean project.

Selenium installation with eclipse is done. Thanks for reading how to configure selenium with eclipse.