webdriver

Getting started with webdriver

Remarks#

This section provides an overview of what webdriver is, and why a developer might want to use it.

It should also mention any large subjects within webdriver, and link out to the related topics. Since the Documentation for webdriver is new, you may need to create initial versions of those related topics.

Installation or Setup

Detailed instructions on getting webdriver set up or installed.

Setting up webdriver with node

NOTE: we’re only doing this for Chrome at the moment

Windows

java -jar <wherever you downloaded this file>/selenium-server-standalone-3.0.1.jar

MAC OSX or linux

java -jar <wherever you downloaded this file>/selenium-server-standalone-3.0.1.jar

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow