Skip to content

Commit

Permalink
edge driver update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 20, 2023
1 parent 80bd6de commit 7b1bc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ExternalTest {
static String CHROME_DRIVER_URL_ =
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";

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

/** Gecko driver. */
Expand Down

0 comments on commit 7b1bc33

Please sign in to comment.