Skip to content

Commit 569934a

Browse files
nvborisenkodiemol
andauthored
[rust] Update base URL for Edge web driver (#16056)
Co-authored-by: Diego Molina <[email protected]>
1 parent f6572f5 commit 569934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/edge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub const EDGE_NAMES: &[&str] = &[
4545
];
4646
pub const EDGEDRIVER_NAME: &str = "msedgedriver";
4747
pub const WEBVIEW2_NAME: &str = "webview2";
48-
const DRIVER_URL: &str = "https://msedgedriver.azureedge.net/";
48+
const DRIVER_URL: &str = "https://msedgedriver.microsoft.com/";
4949
const LATEST_STABLE: &str = "LATEST_STABLE";
5050
const LATEST_RELEASE: &str = "LATEST_RELEASE";
5151
const BROWSER_URL: &str = "https://edgeupdates.microsoft.com/api/products/";

0 commit comments

Comments
 (0)