Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Launching Local Selenium Webdriver

Kamal Gill edited this page Dec 1, 2015 · 2 revisions

Download the latest selenium.jar webdriver file from here: http://www.seleniumhq.org/download/

Launch webdriver server with the following command

java -jar selenium.jar -Dwebdriver.enable.native.events=1 &