chromedriver
Advanced tools
Comparing version 125.0.3 to 126.0.0
@@ -18,3 +18,3 @@ const fs = require('node:fs'); | ||
const crpath = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
const version = '125.0.6422.141'; | ||
const version = '126.0.6478.55'; | ||
let defaultInstance = null; | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "chromedriver", | ||
"version": "125.0.3", | ||
"version": "126.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
45432