Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to bind selenium javadoc to eclipse

I tried adding this path to http://selenium.googlecode.com/git/docs/api/java/

project properties > Java Build Path > Libraries > Selenium-java-2.42.2-srcs.jar
                                                   Selenium-java-2.42.2.jar

added javadoc location http://selenium.googlecode.com/git/docs/api/java/ But still not working ... Does someone know why ?

like image 662
Shrikant More Avatar asked Sep 11 '14 07:09

Shrikant More


2 Answers

Navigate To:
project properties => Java Build Path => Libraries => Selenium-java-2.42.2.jar

Select Selenium-java-2.xx.x.jar & Expand it.

You will see Javadoc location option. Select it and click on Edit button.

On next window add http://seleniumhq.github.io/selenium/docs/api/java/ link in javadoc location path textbox and click on Ok button.

For more details Click Here

like image 71
Avinash Pande Avatar answered Oct 07 '22 04:10

Avinash Pande


project properties => Java Build Path => Libraries => selenium-api-4.2.1.jar and add the javadoc link

like image 23
asitbiswas373 Avatar answered Oct 07 '22 05:10

asitbiswas373