selenium-server
Selenium in an npm package
Last updated 7 years ago by arty.name .
BSD-3-Clause · Repository · Bugs · Original npm
$ cnpm install selenium-server 
SYNC missed versions from official npm registry.

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

Current Tags

  • 3.141.59                                ...           latest (7 years ago)

1 Versions

  • 3.141.59                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org