|
|
||||
|---|---|---|---|---|
| .. | ||||
| bin | 11e3a9652a | 7 years ago | ||
| lib | 11e3a9652a | 7 years ago | ||
| README.md | 11e3a9652a | 7 years ago | ||
| package.json | 11e3a9652a | 7 years ago | ||
Node wrapper for Selenium
npm install -g selenium-server
selenium &
The package exports a path string that contains the path to the
selenium server binary/executable.
Below is an example of using this package via node.
var seleniumServer = require('selenium-server');
var binPath = seleniumServer.path;
console.log(binPath);
...