0

enter image description here

I have added these jar files as shown below:

enter image description here

3
  • 1
    Do you know how to use Maven? Commented Jul 11, 2020 at 16:50
  • 1
    @user6914996 Snapshot of JDK binaries please... Commented Jul 11, 2020 at 18:27
  • 1
    Remove the selenium jars that you have added and download selenium jar via link : seleniumhq.org/download. Add the downloaded selenium jar to the project to identify the interface org.openqa.selenium.WebDriver and class org.openqa.selenium.chrome.ChromeDriver Commented Jul 12, 2020 at 8:41

2 Answers 2

1

Try to Clean the project by using Menu -> Project -> Clean Cross check if selenium server jars file are added under Build path -> configure build path -> java build path -> library.

You can also refer - https://www.selenium.dev/docs/site/en/selenium_installation/ Note - seleniumhq.org is now selenium.dev

Sign up to request clarification or add additional context in comments.

Comments

0

Either keep only selenium-server-standalone-3.141. jar as an external JAR. Or keep only selenium-java-3.141 Remove all the other Selenium Java Client JARs. Clean your Project Workspace through your IDE and Rebuild your project with required dependencies only.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.