To use Selenium for automated web testing in Java, you must download the official client driver JAR files and manually link them to your project in the Eclipse IDE .

Once the ZIP file ( selenium-java-x.x.x.zip ) is downloaded, extract it to a permanent folder on your computer, such as C:\Selenium\Jars .

Locate the section.

After extracting the files, you must configure your project's so Eclipse can recognize the Selenium classes.

The core Selenium libraries are provided as a ZIP file containing the necessary JAR files for Java. Navigate to the Official Selenium Downloads Page . download selenium jar files for eclipse