简体   繁体   中英

Source not Found in Eclipse IDE For Selenium

1个

2个

I added Selenium 4.7.2 JARs to the Java project in Eclipse

When I start working and when I try to view the source its displaying the there no source file attached.

When i Googled the i found a solution which im not satisfied with.

In that article they mentioned that i have to add the source from the external location.

You can import source file using the 'Attach Source' button and selecting corresponding 'sources.jar' files.

Ex.

For WebDriver.class - click on the 'Attach Source' button > in Source Attachment Configuration window > External location > External File button > <navigate to the path of 'selenium-api-4.7.2-sources.jar' file and select that file, it will be available in the 'selenium-java-4.7.2.zip' file which you downloaded from Selenium.dev website>

My suggestion is to use 'Maven' project, so you don't need to download the jar files manually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM