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 c8a4cfa commit 836c759Copy full SHA for 836c759
src/test/java/com/gargoylesoftware/htmlunit/ExternalTest.java
@@ -55,7 +55,7 @@ public class ExternalTest {
55
static String CHROME_DRIVER_URL_ = "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_"
56
+ BrowserVersion.CHROME.getBrowserVersionNumeric();
57
58
- static String EDGE_DRIVER_ = "89.0.774.54";
+ static String EDGE_DRIVER_ = "89.0.774.57";
59
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
60
61
/** Gecko driver. */
0 commit comments