@@ -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.9.1
19
- is for Selenium 4.9.1 .
18
+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.10.0
19
+ is for Selenium 4.10.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 |
32
32
| ----------| -----------------| -----------------| ------------------|
33
- | 4.9.1 | ** 4.9.1** | 3.2.0 | htmlunit3-driver |
33
+ | 4.10.0 | ** 4.10.0** | 3.3.0 | htmlunit3-driver |
34
+ | 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
34
35
| 4.9.0 | 4.9.0 | 3.1.0 | htmlunit3-driver |
35
36
| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
36
37
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
@@ -40,7 +41,8 @@ For an overview please check the following tables:
40
41
41
42
| selenium | htmlunit-driver | htmlunit | artifactId |
42
43
| ----------| -----------------| -----------------| ------------------|
43
- | 4.9.1 | ** 4.9.1** | 2.70.0 | htmlunit-driver |
44
+ | 4.10.0 | ** 4.10.0** | 2.70.0 | htmlunit-driver |
45
+ | 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
44
46
| 4.9.0 | 4.9.0 | 2.70.0 | htmlunit-driver |
45
47
| | | | |
46
48
| 4.8.3 | 4.8.3 | 2.70.0 | htmlunit-driver |
@@ -83,14 +85,14 @@ Add to your `pom.xml`:
83
85
<dependency >
84
86
<groupId >org.seleniumhq.selenium</groupId >
85
87
<artifactId >htmlunit3-driver</artifactId >
86
- <version >4.9.1 </version >
88
+ <version >4.10.0 </version >
87
89
</dependency >
88
90
```
89
91
90
92
Add to your ` build.gradle ` :
91
93
92
94
``` groovy
93
- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.1 '
95
+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.10.0 '
94
96
```
95
97
96
98
0 commit comments