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 160b653 commit e231c81Copy full SHA for e231c81
src/test/java/org/htmlunit/ExternalTest.java
@@ -54,11 +54,11 @@ public class ExternalTest {
54
static String MAVEN_REPO_URL_ = "https://repo1.maven.org/maven2/";
55
56
/** Chrome driver. */
57
- static String CHROME_DRIVER_ = "119.0.6045.105";
+ static String CHROME_DRIVER_ = "120.0.6099.71";
58
static String CHROME_DRIVER_URL_ =
59
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
60
61
- static String EDGE_DRIVER_ = "119.0.2151.97";
+ static String EDGE_DRIVER_ = "120.0.2210.61";
62
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
63
64
/** Gecko driver. */
0 commit comments