File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
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.33 .0 / June 22 , 2025
3+ Version 4.34 .0 / July 31 , 2025
44
55** HtmlUnitDriver** is a WebDriver compatible driver for the [ HtmlUnit] ( https://www.htmlunit.org ) headless browser.
66
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737<dependency >
3838 <groupId >org.seleniumhq.selenium</groupId >
3939 <artifactId >htmlunit3-driver</artifactId >
40- <version >4.33 .0</version >
40+ <version >4.34 .0</version >
4141</dependency >
4242```
4343
@@ -46,7 +46,7 @@ Add to your `pom.xml`:
4646Add to your ` build.gradle ` :
4747
4848``` groovy
49- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.33 .0'
49+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.34 .0'
5050```
5151
5252
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ is for Selenium 4.29.0.
88
99| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010| ----------| -----------------| ----------------| ------------------| ------|
11- | 4.33.0 | ** 4.33.0** | ** 4.13.0** | htmlunit3-driver | 11 |
11+ | 4.34.0 | ** 4.34.0** | ** 4.14.0** | htmlunit3-driver | 11 |
12+ | 4.33.0 | 4.33.0 | 4.13.0 | htmlunit3-driver | 11 |
1213| 4.32.0 | 4.32.0 | 4.12.0 | htmlunit3-driver | 11 |
1314| 4.30.0 | 4.30.0 | 4.11.1 | htmlunit3-driver | 11 |
1415| 4.29.0 | 4.29.0 | 4.10.0 | htmlunit3-driver | 11 |
Original file line number Diff line number Diff line change 55
66 <groupId >org.seleniumhq.selenium</groupId >
77 <artifactId >htmlunit3-driver</artifactId >
8- <version >4.34.0-SNAPSHOT </version >
8+ <version >4.34.0</version >
99
1010 <name >${project.artifactId} </name >
1111 <description >WebDriver compatible driver for HtmlUnit headless browser</description >
You can’t perform that action at this time.
0 commit comments