chromedriver
Advanced tools
Comparing version 118.0.1 to 119.0.0
@@ -20,3 +20,3 @@ const fs = require('fs'); | ||
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
exports.version = '118.0.5993.70'; | ||
exports.version = '119.0.6045.105'; | ||
exports.start = function (args, returnPromise) { | ||
@@ -23,0 +23,0 @@ let command = exports.path; |
{ | ||
"name": "chromedriver", | ||
"version": "118.0.1", | ||
"version": "119.0.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
43436
52