Java – selenium’s eclipse lacks source code

Please refer to the attached screenshot

When I hover over the following code:

selenium.waitForPageToLoad("30000");

I received this message:

* void com. thoughtworks. selenium. Selenium. waitForPageToLoad(String arg0)

Note: this element has neither additional source nor Javadoc attached, so Javadoc cannot be found*

F3 is giving me "source not found"

Who knows where to get this source (what it's called) and how to attach it to eclipse?

Solution

You can get the source code through SVN here:

http://code.google.com/p/selenium/source/checkout

After downloading,

In eclipse, locate the jar in the "referenced libraries" and right-click – > performance

Enter the location of Src in the "java source attachment" edit box

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>