We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e049f2 commit cee32d6Copy full SHA for cee32d6
1 file changed
install.js
@@ -30,7 +30,7 @@ function getDriverUrl() {
30
if (process.env.EDGEDRIVER_BASE_URL) {
31
urlBase = process.env.EDGEDRIVER_BASE_URL;
32
} else {
33
- urlBase = `https://msedgedriver.azureedge.net/${EDGEDRIVER_VERSION}/`;
+ urlBase = `https://msedgedriver.microsoft.com/${EDGEDRIVER_VERSION}/`;
34
}
35
36
switch (os.platform()) {
0 commit comments