diff --git a/Remotion/Web/Development.WebTesting/WebDriver/Configuration/Edge/EdgeBinariesProvider.cs b/Remotion/Web/Development.WebTesting/WebDriver/Configuration/Edge/EdgeBinariesProvider.cs index 18d863c43a..f33952747b 100644 --- a/Remotion/Web/Development.WebTesting/WebDriver/Configuration/Edge/EdgeBinariesProvider.cs +++ b/Remotion/Web/Development.WebTesting/WebDriver/Configuration/Edge/EdgeBinariesProvider.cs @@ -31,7 +31,7 @@ public class EdgeBinariesProvider { private const string c_webDriverFolderName = @"Remotion.Web.Development.WebTesting.WebDriver\msedgedriver"; - private const string c_driverDownloadUrlFormat = "https://msedgedriver.azureedge.net/{0}/edgedriver_win32.zip"; + private const string c_driverDownloadUrlFormat = "https://msedgedriver.microsoft.com/{0}/edgedriver_win32.zip"; private const string c_driverExecutableName = "msedgedriver.exe"; private const string c_edgeExecutableName = "msedge.exe";