selenium-standalone
Advanced tools
Comparing version 2.43.1-5 to 2.44.0
var path = require('path'); | ||
// see http://selenium-release.storage.googleapis.com/index.html for latest | ||
var version = '2.43.1'; | ||
var version = '2.44.0'; | ||
@@ -14,3 +14,3 @@ module.exports = { | ||
// see http://chromedriver.storage.googleapis.com/index.html | ||
v: '2.11' | ||
v: '2.12' | ||
}, | ||
@@ -20,5 +20,5 @@ ieDr: { | ||
// see http://selenium-release.storage.googleapis.com/index.html | ||
v: '2.43.0', | ||
v: '2.44.0', | ||
arch: process.env.IEDRIVER_ARCH !== undefined ? process.env.IEDRIVER_ARCH : process.arch | ||
} | ||
}; |
{ | ||
"name": "selenium-standalone", | ||
"version": "2.43.1-5", | ||
"version": "2.44.0", | ||
"description": "installs a `start-selenium` command line to start a standalone selenium server with chrome-driver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # selenium-standalone | ||
Currently installs selenium `2.43.1`, chrome driver `2.11` and internet explorer driver `2.43.0`. | ||
Currently installs selenium `2.44.0`, chrome driver `2.12` and internet explorer driver `2.44.0`. | ||
@@ -15,0 +15,0 @@ ```shell |
@@ -8,3 +8,3 @@ describe('programmatic use', function () { | ||
// selenium 2.43.1 now outputs its info log on stderr | ||
// since selenium 2.43.1, selenium now outputs its info log on stderr | ||
['stderr', 'stdout'].forEach(function(output) { | ||
@@ -26,2 +26,2 @@ proc[output].on('data', function seleniumSays(data) { | ||
}) | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12575
235
0