chromedriver
Advanced tools
Comparing version 2.20.0 to 2.21.0
var path = require('path'); | ||
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
exports.version = '2.20'; | ||
exports.version = '2.21'; | ||
exports.start = function() { | ||
@@ -5,0 +5,0 @@ exports.defaultInstance = require('child_process').execFile(exports.path); |
{ | ||
"name": "chromedriver", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "chromedriver", |
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