79310716

Date: 2024-12-27 01:17:43
Score: 1
Natty:
Report link

You are probably missing the JAR.

You can download that JAR here and link that with your project: https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java/4.27.0

I recommend using Maven for managing your project's external dependencies. It is very popular for Java. Your IDE should be able to generate a basic Maven java project. You will have to refer to the Maven manual for more info.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lucius Kaye