Skip to content

Starting a webdriver server

Akash Manohar edited this page Dec 20, 2013 · 9 revisions

If you aren't sure about what a webdriver server is, then download the Selenium standalone server. It is a .jar file. Make sure you have Java and Firefox installed.

Assuming the file you downloaded is called selenium-server-standalone-2.39.0.jar, you can start the server with:

java -jar selenium-server-standalone-2.39.0.jar
Clone this wiki locally