Issue
Though i have added all the necessary JARs, there's still error on the "openqa.selenium" line and also the code doesn't run.
What must be the issue?
This is Java 14 and Eclipse IDE for Enterprise Java Developers. selenium-java-3.141.59 and selenium-server-standalone-3.141.59
Please help me out here.
Solution
Remove the imports from main method
Remove the import you are getting error with.
Directly paste WebDriver driver;
inside main method and hit ctrl+[spacebar] to import.
Clean the project.
It would be helpful if you could post the error msg that you get on hover to the import
Answered By - Toothless Rider