Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b3c41c

Browse files
authored
Merge pull request #3889 from seleniumbase/fix-edgedriver-downloads
Fix EdgeDriver downloads
2 parents 8312d39 + 0ee6223 commit 4b3c41c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setuptools~=70.2;python_version<"3.10"
55
setuptools>=80.9.0;python_version>="3.10"
66
wheel>=0.45.1
77
attrs>=25.3.0
8-
certifi>=2025.7.9
8+
certifi>=2025.7.14
99
exceptiongroup>=1.3.0
1010
websockets~=13.1;python_version<"3.9"
1111
websockets>=15.0.1;python_version>="3.9"

‎seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.40.5"
2+
__version__ = "4.40.6"

‎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
)

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
'setuptools>=80.9.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155155
'attrs>=25.3.0',
156-
"certifi>=2025.7.9",
156+
"certifi>=2025.7.14",
157157
"exceptiongroup>=1.3.0",
158158
'websockets~=13.1;python_version<"3.9"',
159159
'websockets>=15.0.1;python_version>="3.9"',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /