Skip to content

Commit e231c81

Browse files
committed
Chrome/Edge 120, FF 120
1 parent 160b653 commit e231c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ public class ExternalTest {
5454
static String MAVEN_REPO_URL_ = "https://repo1.maven.org/maven2/";
5555

5656
/** Chrome driver. */
57-
static String CHROME_DRIVER_ = "119.0.6045.105";
57+
static String CHROME_DRIVER_ = "120.0.6099.71";
5858
static String CHROME_DRIVER_URL_ =
5959
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
6060

61-
static String EDGE_DRIVER_ = "119.0.2151.97";
61+
static String EDGE_DRIVER_ = "120.0.2210.61";
6262
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
6363

6464
/** Gecko driver. */

0 commit comments

Comments
 (0)