2.53.1 • Published 8 years ago

selenium-server-standalone v2.53.1

Weekly downloads
678
License
Apache-2.0
Repository
github
Last release
8 years ago

selenium-server-standalone

Selenium standalone as npm package. The version of npm package matches packaged selenium version.

Installation

npm install --save-dev selenium-server-standalone

Usage

You can reference selenium binary in scripts as follows:

java -jar node_modules/selenium-server-standalone/index.jar

Or as follows:

var serverPath = require('selenium-server-standalone');

License

Apache 2.0