npm.io
3.141.59 • Published 7 years agoCLI

selenium-server

Licence
BSD-3-Clause
Version
3.141.59
Deps
0
Size
10.2 MB
Vulns
0
Weekly
0
Stars
54

Intro

Node wrapper for Selenium

Install

npm install -g selenium-server

Use

selenium &

Using via node

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);
...

Keywords