Reputation: 41
I have added these jar files as shown below:
Upvotes: 0
Views: 8497
Reputation: 22
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.
Upvotes: 0
Reputation: 11
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
Upvotes: 1