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 7c0528c commit 2c982a6Copy full SHA for 2c982a6
src/test/java/io/github/bonigarcia/wdm/test/edge/EdgeLatestVersionTest.java
@@ -51,7 +51,7 @@ void edgeVersionTest() throws Exception {
51
VersionDetector versionDetector = new VersionDetector(config,
52
httpClient);
53
Optional<String> driverVersion = Optional.empty();
54
- URL driverUrl = new URL("https://msedgedriver.azureedge.net/");
+ URL driverUrl = new URL("https://msedgedriver.microsoft.com/");
55
Charset versionCharset = UTF_16;
56
String driverName = "msedgedriver";
57
String stableLabel = "LATEST_STABLE";
0 commit comments