@@ -15,8 +15,8 @@ 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.1
19- is for Selenium 4.8.1 .
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 .
2020
2121Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222
@@ -28,9 +28,11 @@ For an overview please check the following table:
2828
2929| selenium | htmlunit-driver | htmlunit | artifactId |
3030| ----------| -----------------| -----------------| ------------------|
31- | 4.8.1 | ** 4.8.1** | 3.0.0 | htmlunit3-driver |
31+ | 4.8.3 | ** 4.8.3** | 3.1.0 | htmlunit3-driver |
32+ | 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
3233| | | | |
33- | 4.8.1 | ** 4.8.1.1** | 2.70.0 | htmlunit-driver |
34+ | 4.8.3 | ** 4.8.3** | 2.70.0 | htmlunit-driver |
35+ | 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
3436| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit-driver |
3537| 4.8.0 | 4.8.0 | 2.70.0 | htmlunit-driver |
3638| | | | |
@@ -69,14 +71,14 @@ Add to your `pom.xml`:
6971<dependency >
7072 <groupId >org.seleniumhq.selenium</groupId >
7173 <artifactId >htmlunit3-driver</artifactId >
72- <version >4.8.1 </version >
74+ <version >4.8.3 </version >
7375</dependency >
7476```
7577
7678Add to your ` build.gradle ` :
7779
7880``` groovy
79- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.1 '
81+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.3 '
8082```
8183
8284
0 commit comments