We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6572f5 commit 569934aCopy full SHA for 569934a
rust/src/edge.rs
@@ -45,7 +45,7 @@ pub const EDGE_NAMES: &[&str] = &[
45
];
46
pub const EDGEDRIVER_NAME: &str = "msedgedriver";
47
pub const WEBVIEW2_NAME: &str = "webview2";
48
-const DRIVER_URL: &str = "https://msedgedriver.azureedge.net/";
+const DRIVER_URL: &str = "https://msedgedriver.microsoft.com/";
49
const LATEST_STABLE: &str = "LATEST_STABLE";
50
const LATEST_RELEASE: &str = "LATEST_RELEASE";
51
const BROWSER_URL: &str = "https://edgeupdates.microsoft.com/api/products/";
0 commit comments