@@ -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.12 .0
19
- is for Selenium 4.12 .0.
18
+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.13 .0
19
+ is for Selenium 4.13 .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.12.0 | ** 4.12.0** | 3.5.0 | htmlunit3-driver |
33
+ | 4.13.0 | ** 4.13.0** | 3.6.0 | htmlunit3-driver |
34
+ | 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver |
34
35
| 4.11.0 | 4.11.0 | 3.4.0 | htmlunit3-driver |
35
36
| 4.10.0 | 4.10.0 | 3.3.0 | htmlunit3-driver |
36
37
| 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
@@ -43,7 +44,8 @@ For an overview please check the following tables:
43
44
44
45
| selenium | htmlunit-driver | htmlunit | artifactId |
45
46
| ----------| -----------------| -----------------| ------------------|
46
- | 4.12.0 | ** 4.12.0** | 2.70.0 | htmlunit-driver |
47
+ | 4.13.0 | ** 4.13.0** | 2.70.0 | htmlunit-driver |
48
+ | 4.12.0 | 4.12.0 | 2.70.0 | htmlunit-driver |
47
49
| 4.11.0 | 4.11.0 | 2.70.0 | htmlunit-driver |
48
50
| 4.10.0 | 4.10.0 | 2.70.0 | htmlunit-driver |
49
51
| 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
@@ -89,14 +91,14 @@ Add to your `pom.xml`:
89
91
<dependency >
90
92
<groupId >org.seleniumhq.selenium</groupId >
91
93
<artifactId >htmlunit3-driver</artifactId >
92
- <version >4.12 .0</version >
94
+ <version >4.13 .0</version >
93
95
</dependency >
94
96
```
95
97
96
98
Add to your ` build.gradle ` :
97
99
98
100
``` groovy
99
- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.12 .0'
101
+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.13 .0'
100
102
```
101
103
102
104
0 commit comments