Skip to content

Commit cee32d6

Browse files
authored
New microsoft host (#21)
1 parent 6e049f2 commit cee32d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function getDriverUrl() {
3030
if (process.env.EDGEDRIVER_BASE_URL) {
3131
urlBase = process.env.EDGEDRIVER_BASE_URL;
3232
} else {
33-
urlBase = `https://msedgedriver.azureedge.net/${EDGEDRIVER_VERSION}/`;
33+
urlBase = `https://msedgedriver.microsoft.com/${EDGEDRIVER_VERSION}/`;
3434
}
3535

3636
switch (os.platform()) {

0 commit comments

Comments
 (0)