This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
selenium server
Daniel Gregoire edited this page Aug 14, 2015
·
1 revision
If you need to start a Selenium-WebDriver grid instance from your code, then you need to include selenium-server
in your project's dependencies.
If your code is just running tests locally, against a grid, or a remote service like Saucelabs, then you don't need this JAR. See selenium-java and selenium-remote-driver for those use cases.
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.