UNPKG

selenium-server-standalone

Version:
28 lines (17 loc) 449 B
## 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: ```js var serverPath = require('selenium-server-standalone'); ``` ## License Apache 2.0