Skip to content

Commit c8d59f2

Browse files
committed
Update chromedriver download origin
1 parent 70562f0 commit c8d59f2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -495,15 +495,9 @@ def main(override=None, intel_for_uc=None, force_uc=None):
495495
file_name = "chromedriver-win32.zip"
496496
plat_arch = file_name.split(".zip")[0]
497497
download_url = (
498-
"https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/"
498+
"https://storage.googleapis.com/chrome-for-testing-public/"
499499
"%s/%s/%s" % (use_version, platform_code, file_name)
500500
)
501-
major_ch_ver = use_version.split(".")[0]
502-
if major_ch_ver.isnumeric() and int(major_ch_ver) >= 121:
503-
download_url = (
504-
"https://storage.googleapis.com/chrome-for-testing-public/"
505-
"%s/%s/%s" % (use_version, platform_code, file_name)
506-
)
507501
url_request = None
508502
if not found_chromedriver:
509503
url_req = requests_get(last)

0 commit comments

Comments
 (0)