Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

selenium-server-standalone

sheerun2kApache-2.02.53.1

Npm-packaged jar of selenium-server-standalone

selenium, bundled, jar, standalone

readme

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