-
Notifications
You must be signed in to change notification settings - Fork 93
selenium java
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.
The clj-webdriver Wiki by Daniel Gregoire and community is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/semperos/clj-webdriver/wiki.