EdgeWebDriver icon indicating copy to clipboard operation
EdgeWebDriver copied to clipboard

Failed to download the browser driver from API end point

Open sauing opened this issue 5 months ago • 1 comments

Hi,

I use https://msedgedriver.azureedge.net/ URL to download browser driver at run time for EDGE Browser. But it seems the URL is down. Which block us.

sauing avatar Jul 16 '25 11:07 sauing

Experincing the same issue and fully blocked from running any tests using the edgeDriver. Can we get this looked into right away as it's a blocker. Error: Error: Error: Failed to download Edgedriver: request to https://msedgedriver.azureedge.net/138.0.3351.95/edgedriver_win64.zip failed, reason: getaddrinfo ENOTFOUND msedgedriver.azureedge.net

at downloadDriver (file:///<codePath>/node_modules/edgedriver/src/install.ts:110:11)

at processTicksAndRejections (node:internal/process/task_queues:105:5)

at async download (file:///<codePath>/node_modules/edgedriver/src/install.ts:45:15)

at async Promise.all (index 0)

at async Promise.all (index 0)

at async Launcher.run (file:///<codePath>/node_modules/@wdio/cli/build/launcher.js:97:13)

bhuvanJani avatar Jul 17 '25 13:07 bhuvanJani

It seems the new URL is as follows: https://msedgedriver.microsoft.com/${MICROSOFT_EDGE_VERSION}/edgedriver_${PLATFORM}.zip

For example: https://msedgedriver.microsoft.com/142.0.3595.65/edgedriver_linux64.zip

ppodgorsek avatar Nov 12 '25 08:11 ppodgorsek