Sunday, May 18, 2014

Selenium web driver configuration in eclipse


Just right click on your java projects, click Build Path --- > Configure Build Path


After clicking configure build path, the below window will open. Now navigate to Libraies Tab. Click Add External JARs...


Now your browse window will open. Select your selenium jar means, selenium-java-2.41.0 and selenium-java-2.41.0-srcs. 

Again click Add External JARs.... Browse window will open. Now select all jar inside lib folder. 
click Ok. So the final window will look like the below.



Thats all. Now you have successfully configured.



No comments:

Post a Comment