chromedriver
Advanced tools
Comparing version 2.0.1 to 2.2.0
var path = require('path'); | ||
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
exports.version = '2.0'; | ||
exports.version = '2.2'; | ||
exports.start = function() { | ||
@@ -5,0 +5,0 @@ exports.defaultInstance = require('child_process').execFile(exports.path); |
{ | ||
"name": "chromedriver", | ||
"version": "2.0.1", | ||
"version": "2.2.0", | ||
"keywords": ["chromedriver", "selenium"], | ||
@@ -5,0 +5,0 @@ "description": "ChromeDriver for Selenium", |
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