chromedriver
Advanced tools
Comparing version 2.26.2 to 2.27.0
var path = require('path'); | ||
process.env.PATH += path.delimiter + path.join(__dirname, 'chromedriver'); | ||
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
exports.version = '2.26'; | ||
exports.version = '2.27'; | ||
exports.start = function(args) { | ||
@@ -6,0 +6,0 @@ exports.defaultInstance = require('child_process').execFile(exports.path, args); |
{ | ||
"name": "chromedriver", | ||
"version": "2.26.2", | ||
"version": "2.27.0", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "chromedriver", |
@@ -120,5 +120,5 @@ ChromeDriver | ||
with an additional build number that is used for revisions to the installer. | ||
For Latest version of Chromdriver | ||
For Latest version of Chromedriver: | ||
Or add property into your [`.npmrc`](https://docs.npmjs.com/files/npmrc) file. | ||
Either add property into your [`.npmrc`](https://docs.npmjs.com/files/npmrc) file. | ||
@@ -125,0 +125,0 @@ ``` |
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
22185
2