selenium-server

3.141.59 • Public • Published

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

Package Sidebar

Install

npm i selenium-server

Weekly Downloads

24,198

Version

3.141.59

License

BSD-3-Clause

Unpacked Size

10.7 MB

Total Files

7

Last publish

Collaborators

  • arty.name
  • eugeneware