Skip to content

Commit

Permalink
Chrome/Edge 120, FF 120
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 9, 2023
1 parent 160b653 commit e231c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public class ExternalTest {
static String MAVEN_REPO_URL_ = "https://repo1.maven.org/maven2/";

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

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

/** Gecko driver. */
Expand Down

0 comments on commit e231c81

Please sign in to comment.