Skip to content

Commit 7ed6462

Browse files
committed
Switch to updated msedgedriver download location
1 parent 8312d39 commit 7ed6462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def main(override=None, intel_for_uc=None, force_uc=None):
851851
"Cannot determine which version of EdgeDriver to download!"
852852
)
853853
if use_version.isdigit():
854-
edgedriver_st = "https://msedgedriver.azureedge.net/LATEST_RELEASE"
854+
edgedriver_st = "https://msedgedriver.microsoft.com/LATEST_RELEASE"
855855
use_version = "%s_%s_%s" % (edgedriver_st, use_version, suffix)
856856
url_request = requests_get_with_retry(use_version)
857857
if url_request.ok:
@@ -862,7 +862,7 @@ def main(override=None, intel_for_uc=None, force_uc=None):
862862
and use_version != "115.0.1901.183"
863863
):
864864
use_version = "115.0.1901.183"
865-
download_url = "https://msedgedriver.azureedge.net/%s/%s" % (
865+
download_url = "https://msedgedriver.microsoft.com/%s/%s" % (
866866
use_version,
867867
file_name,
868868
)

0 commit comments

Comments
 (0)