selenium-server
Advanced tools
Comparing version 2.53.1 to 3.0.0
@@ -8,3 +8,3 @@ var spawn = require('child_process').spawn, | ||
'java', | ||
['-jar', __dirname + '/selenium-server-standalone-2.53.1.jar'].concat(args) | ||
['-jar', __dirname + '/selenium-server-standalone-3.0.0.jar'].concat(args) | ||
), | ||
@@ -11,0 +11,0 @@ ok = false, |
var path = require('path'); | ||
module.exports = { | ||
path: path.join(__dirname, 'runner', 'selenium-server-standalone-2.53.1.jar') | ||
path: path.join(__dirname, 'runner', 'selenium-server-standalone-3.0.0.jar') | ||
}; |
@@ -11,3 +11,3 @@ { | ||
"description": "Selenium in an npm package", | ||
"version": "2.53.1", | ||
"version": "3.0.0", | ||
"keywords": [ | ||
@@ -14,0 +14,0 @@ "bdd", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22156996
13