Skip to content

Commit

Permalink
Updated chrome download URL pattern (#1222)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Etuk <[email protected]>
  • Loading branch information
nick-etuk and Nick Etuk authored Feb 19, 2024
1 parent 16b35da commit 21373dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/webdrivermanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wdm.serverTimeoutSec=60
wdm.chromeDriverUrl=https://chromedriver.storage.googleapis.com/
wdm.chromeDriverMirrorUrl=https://registry.npmmirror.com/-/binary/chromedriver/
wdm.chromeDriverExport=webdriver.chrome.driver
wdm.chromeDownloadUrlPattern=https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/%s/%s/chromedriver-%s.zip
wdm.chromeDownloadUrlPattern=https://storage.googleapis.com/chrome-for-testing-public/%s/%s/chromedriver-%s.zip
wdm.chromeGoodVersionsUrl=https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json
wdm.chromeLastGoodVersionsUrl=https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json

Expand Down

0 comments on commit 21373dc

Please sign in to comment.