APPLE 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
..
bin 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
lib 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
LICENSE.md 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
README.md 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
package.json 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos

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