selenium-server-standalone
v2.53.1
Published
Npm-packaged jar of selenium-server-standalone
Downloads
2,716
Maintainers
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