selenium-standalone
Advanced tools
Comparing version 9.3.2 to 9.3.3
@@ -275,7 +275,3 @@ const got = require('got'); | ||
function resolveDownloadUrl( | ||
platform, | ||
buildId, | ||
baseUrl = 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing' | ||
) { | ||
function resolveDownloadUrl(platform, buildId, baseUrl = 'https://storage.googleapis.com/chrome-for-testing-public') { | ||
return `${baseUrl}/${resolveDownloadPath(platform, buildId).join('/')}`; | ||
@@ -282,0 +278,0 @@ } |
@@ -11,3 +11,3 @@ module.exports = () => { | ||
onlyDriverArgs: [], | ||
baseURL: 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing', | ||
baseURL: 'https://storage.googleapis.com/chrome-for-testing-public', | ||
}, | ||
@@ -14,0 +14,0 @@ firefox: { |
{ | ||
"name": "selenium-standalone", | ||
"version": "9.3.2", | ||
"version": "9.3.3", | ||
"description": "installs a `selenium-standalone` command line to install and start a standalone selenium server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
103960
1703