DESKTOP-SYIYI\Dell 3976461224 xx hace 7 años
..
bin 03a863fb53 add node_modules hace 7 años
lib 3976461224 xx hace 7 años
README.md 03a863fb53 add node_modules hace 7 años
package.json 03a863fb53 add node_modules hace 7 años

README.md

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