how to bind selenium javadoc to eclipse
Asked Answered
N

2

6

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 ?

Nuthouse answered 11/9, 2014 at 7:43 Comment(3)
Will this help : #6106679Laski
Works for me; something else must be going on. Is there a network problem? You know this will not download the docs, but retrieve them over the network each time.Inness
Doesnt seems to look like Selenium tag related questionFashionable
A
7

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

Admissible answered 13/3, 2016 at 7:32 Comment(0)
M
1

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

Montana answered 14/6, 2022 at 11:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.