@@ -15,23 +15,33 @@ There are two versions available
1515
1616### Selenium compatibility
1717
18- Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.8.3
19- is for Selenium 4.8.3 .
18+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.9.0
19+ is for Selenium 4.9.0 .
2020
2121Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222
2323** htmlunit3-driver** uses the (latest) version of HtmlUnit 3.x and is therefore not backward compatible.
2424
2525** htmlunit-driver** is backward compatible but it still is based on HtmlUnit 2.70.
2626
27- For an overview please check the following table:
27+ For an overview please check the following tables:
28+
29+ *** htmlunit3-driver***
2830
2931| selenium | htmlunit-driver | htmlunit | artifactId |
3032| ----------| -----------------| -----------------| ------------------|
31- | 4.8.3 | ** 4.8.3** | 3.1.0 | htmlunit3-driver |
33+ | 4.9.0 | ** 4.9.0** | 3.1.0 | htmlunit3-driver |
34+ | 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
3235| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
36+
37+
38+ *** htmlunit-driver***
39+
40+ | selenium | htmlunit-driver | htmlunit | artifactId |
41+ | ----------| -----------------| -----------------| ------------------|
42+ | 4.9.0 | ** 4.9.0** | 2.70.0 | htmlunit-driver |
3343| | | | |
34- | 4.8.3 | ** 4.8.3** | 2.70.0 | htmlunit-driver |
44+ | 4.8.3 | 4.8.3 | 2.70.0 | htmlunit-driver |
3545| 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
3646| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit-driver |
3747| 4.8.0 | 4.8.0 | 2.70.0 | htmlunit-driver |
@@ -71,14 +81,14 @@ Add to your `pom.xml`:
7181<dependency >
7282 <groupId >org.seleniumhq.selenium</groupId >
7383 <artifactId >htmlunit3-driver</artifactId >
74- <version >4.8.3 </version >
84+ <version >4.9.0 </version >
7585</dependency >
7686```
7787
7888Add to your ` build.gradle ` :
7989
8090``` groovy
81- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.3 '
91+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.0 '
8292```
8393
8494
0 commit comments