Failed to download the browser driver from API end point
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.
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)
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