Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

selenium java

Daniel Gregoire edited this page Aug 14, 2015 · 2 revisions

The selenium-java JAR contains no Java classes of its own. Instead, its POM file specifies a number of dependencies that form the default Selenium-WebDriver suite for use by JVM languages.

If you're running tests locally against Firefox, Chrome, Internet Explorer, or Safari, then selenium-java is the only JAR you need to add to your project's dependencies. If you need to work with a Selenium-WebDriver hub, Saucelabs, or other remote setups, you'll likely need selenium-remote-driver and/or selenium-server.

See selenium-java's POM file for the exact JAR files it pulls in.