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

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.