@@ -15,8 +15,8 @@ There are two versions available
15
15
16
16
### Selenium compatibility
17
17
18
- Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.15 .0
19
- is for Selenium 4.15 .0.
18
+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.16 .0
19
+ is for Selenium 4.16 .0.
20
20
21
21
Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
22
22
@@ -30,7 +30,8 @@ For an overview please check the following tables:
30
30
31
31
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
32
32
| ----------| -----------------| -----------------| ------------------| ------|
33
- | 4.15.1 | ** 4.15.1** | 3.9.0 | htmlunit3-driver | 11 |
33
+ | 4.16.0 | ** 4.16.0** | 3.9.0 | htmlunit3-driver | 11 |
34
+ | 4.15.1 | 4.15.1 | 3.9.0 | htmlunit3-driver | 11 |
34
35
| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
35
36
| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
36
37
| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
@@ -94,14 +95,14 @@ Add to your `pom.xml`:
94
95
<dependency >
95
96
<groupId >org.seleniumhq.selenium</groupId >
96
97
<artifactId >htmlunit3-driver</artifactId >
97
- <version >4.15.1 </version >
98
+ <version >4.16.0 </version >
98
99
</dependency >
99
100
```
100
101
101
102
Add to your ` build.gradle ` :
102
103
103
104
``` groovy
104
- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.1 '
105
+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.0 '
105
106
```
106
107
107
108
0 commit comments