selenium-server
Advanced tools
Comparing version 2.48.2 to 2.48.3
@@ -1,3 +0,2 @@ | ||
var util = require('util'), | ||
spawn = require('child_process').spawn, | ||
var spawn = require('child_process').spawn, | ||
fs = require('fs'), | ||
@@ -4,0 +3,0 @@ wd = __dirname + '/../..', |
@@ -6,7 +6,8 @@ { | ||
"Dariusz Siedlecki <datrio@gmail.com>", | ||
"Artemy Tregubenko <me@arty.name>" | ||
"Artemy Tregubenko <me@arty.name>", | ||
"Igor Muchychka <mucsi_96@yahoo.com>" | ||
], | ||
"name": "selenium-server", | ||
"description": "Selenium in an npm package", | ||
"version": "2.48.2", | ||
"version": "2.48.3", | ||
"keywords": [ | ||
@@ -20,2 +21,3 @@ "bdd", | ||
], | ||
"main": "lib/selenium-server.js", | ||
"bin": { | ||
@@ -22,0 +24,0 @@ "selenium": "./bin/selenium" |
@@ -12,1 +12,15 @@ # Intro | ||
selenium & | ||
#Running 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. | ||
```javascript | ||
var seleniumServer = require('selenium-server'); | ||
var binPath = seleniumServer.path; | ||
console.log(binPath); | ||
... | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30901409
14
33
26