From 40587dd8b5fbac4354dda554f6f3818f4a635e07 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 16 Jul 2025 14:38:57 +0200 Subject: [PATCH] New microsoft host --- install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.js b/install.js index a4fd967..f36627d 100755 --- a/install.js +++ b/install.js @@ -30,7 +30,7 @@ function getDriverUrl() { if (process.env.EDGEDRIVER_BASE_URL) { urlBase = process.env.EDGEDRIVER_BASE_URL; } else { - urlBase = `https://msedgedriver.azureedge.net/${EDGEDRIVER_VERSION}/`; + urlBase = `https://msedgedriver.microsoft.com/${EDGEDRIVER_VERSION}/`; } switch (os.platform()) {