File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# ![ HtmlUnitDriver Logo] ( https://github.com/SeleniumHQ/htmlunit-driver/blob/master/htmlunit_webdriver.png )
22
3- Version 4.39 .0 / December 07, 2025
3+ Version 4.40 .0 / January 20, 2026
44
55** HtmlUnitDriver** is a WebDriver compatible driver for the [ HtmlUnit] ( https://www.htmlunit.org ) headless browser.
66
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939<dependency >
4040 <groupId >org.seleniumhq.selenium</groupId >
4141 <artifactId >htmlunit3-driver</artifactId >
42- <version >4.39 .0</version >
42+ <version >4.40 .0</version >
4343</dependency >
4444```
4545
@@ -48,7 +48,7 @@ Add to your `pom.xml`:
4848Add to your ` build.gradle ` :
4949
5050``` groovy
51- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.39 .0'
51+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.40 .0'
5252```
5353
5454
You can’t perform that action at this time.
0 commit comments