Skip to content

Commit

Permalink
gecko driver updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 3, 2024
1 parent 2edd006 commit 9547d52
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 @@ -62,7 +62,7 @@ public class ExternalTest {
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";

/** Gecko driver. */
static String GECKO_DRIVER_ = "0.33.0";
static String GECKO_DRIVER_ = "0.34.0";
static String GECKO_DRIVER_URL_ = "https://github.com/mozilla/geckodriver/releases/latest";

/** IE driver. */
Expand Down

0 comments on commit 9547d52

Please sign in to comment.