chromedriver
Advanced tools
Comparing version 121.0.0 to 121.0.1
@@ -66,3 +66,3 @@ 'use strict'; | ||
console.log('Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.'); | ||
const cdnBinariesUrl = (process.env.npm_config_chromedriver_cdnbinariesurl || process.env.CHROMEDRIVER_CDNBINARIESURL || 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing').replace(/\/+$/, ''); | ||
const cdnBinariesUrl = (process.env.npm_config_chromedriver_cdnbinariesurl || process.env.CHROMEDRIVER_CDNBINARIESURL || 'https://storage.googleapis.com/chrome-for-testing-public').replace(/\/+$/, ''); | ||
downloadedFile = await downloadFile(useLegacyMethod ? legacyCdnUrl : cdnBinariesUrl, useLegacyMethod, downloadedFile, chromedriverVersion, platform); | ||
@@ -69,0 +69,0 @@ await extractDownload(extractDirectory, chromedriverBinaryFilePath, downloadedFile); |
{ | ||
"name": "chromedriver", | ||
"version": "121.0.0", | ||
"version": "121.0.1", | ||
"keywords": [ | ||
@@ -47,2 +47,2 @@ "chromedriver", | ||
} | ||
} | ||
} |
@@ -72,3 +72,3 @@ # ChromeDriver | ||
For metadata use `chromedriver_cdnurl`. The default is `https://googlechromelabs.github.io`. | ||
For binaries use `chromedriver_cdnbinariesurl`. The default is `https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing`. | ||
For binaries use `chromedriver_cdnbinariesurl`. The default is `https://storage.googleapis.com/chrome-for-testing-public`. | ||
@@ -75,0 +75,0 @@ ```shell |
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
43529