Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azureedge.net CDN will cease operations by 15th January 2025 #3386

Closed
hugovk opened this issue Jan 3, 2025 · 3 comments
Closed

azureedge.net CDN will cease operations by 15th January 2025 #3386

hugovk opened this issue Jan 3, 2025 · 3 comments
Labels
external Outside SeleniumBase's scope. / Ask somewhere else. requirements

Comments

@hugovk
Copy link

hugovk commented Jan 3, 2025

A company called Edgio have gone bankrupt and the azureedge.net CDN will be going away on 15th January 2025.

Microsoft has a replacement CDN for some endpoints:

Searching the top 8k Python projects on PyPI, I found some instances of azureedge.net in selenium-4.33.12 at https://pypi.org/project/selenium-base/

./seleniumbase-4.33.12.tar.gz: seleniumbase-4.33.12/seleniumbase/console_scripts/sb_install.py: edgedriver_st = "https://msedgedriver.azureedge.net/LATEST_RELEASE"
./seleniumbase-4.33.12.tar.gz: seleniumbase-4.33.12/seleniumbase/console_scripts/sb_install.py: download_url = "https://msedgedriver.azureedge.net/%s/%s" % (

It doesn't look like Microsoft have updated the links at, for example, https://developer.microsoft.com/en-gb/microsoft-edge/tools/webdriver/?cs=2282084340&form=MA13LH yet, but here's a heads-up.

See also SeleniumHQ/selenium#15024.

@mdmintz
Copy link
Member

mdmintz commented Jan 3, 2025

This affects 2 lines of code: (Related to downloading EdgeDriver for Microsoft Edge automation)

edgedriver_st = "https://msedgedriver.azureedge.net/LATEST_RELEASE"

download_url = "https://msedgedriver.azureedge.net/%s/%s" % (

So far, https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver is still using msedgedriver.azureedge.net URLs, so I'm not sure what the updated links are yet. When I do know, I can make the updates quickly.

@mdmintz
Copy link
Member

mdmintz commented Jan 6, 2025

Microsoft is aware of the situation: MicrosoftEdge/EdgeWebDriver#183.
Hopefully they'll update their CDN links soon so that SeleniumBase can use the updated EdgeDriver links.

@mdmintz mdmintz added the external Outside SeleniumBase's scope. / Ask somewhere else. label Jan 7, 2025
@mdmintz
Copy link
Member

mdmintz commented Jan 7, 2025

According to MicrosoftEdge/EdgeWebDriver#183 (comment), it looks like the CDN will continue working after the deadline.

Screenshot 2025-01-07 at 2 07 32 PM

If that turns out to be untrue, I'll be ready to update SeleniumBase CDN links after they do. Will close this ticket for now.

@mdmintz mdmintz closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Outside SeleniumBase's scope. / Ask somewhere else. requirements
Projects
None yet
Development

No branches or pull requests

2 participants