Skip to content

Edge driver download fails due to outdated CDN (msedgedriver.azureedge.net) #698

@Valeriamejia1

Description

@Valeriamejia1

Summary

The current implementation of webdriver-manager fails to download the Edge driver because it still tries to access the outdated CDN:

https://msedgedriver.azureedge.net/

This domain is no longer available. Microsoft has officially migrated to:

https://msedgedriver.microsoft.com/

Steps to Reproduce

  1. Use EdgeChromiumDriverManager().install() in any script.
  2. Run the script.
  3. The request to azureedge.net fails with a ConnectionError.

Environment

  • OS: Windows 10 / 11
  • webdriver-manager version: 4.0.2
  • Edge version: 138.0.x.x
  • Python version: 3.x

Expected Behavior

The manager should automatically use the new Microsoft CDN:
https://msedgedriver.microsoft.com/

Suggested Fix

Update the internal references to point to the new domain, as recommended by Microsoft:
https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/#download-and-install

Additional Notes

Microsoft support has confirmed this is expected behavior due to the CDN migration. Please update the download logic to reflect this change.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions