@@ -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.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.
2020
2121Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222
@@ -30,7 +30,8 @@ For an overview please check the following tables:
3030
3131| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
3232| ----------| -----------------| -----------------| ------------------| ------|
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 |
3435| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
3536| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
3637| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
@@ -94,14 +95,14 @@ Add to your `pom.xml`:
9495<dependency >
9596 <groupId >org.seleniumhq.selenium</groupId >
9697 <artifactId >htmlunit3-driver</artifactId >
97- <version >4.15.1 </version >
98+ <version >4.16.0 </version >
9899</dependency >
99100```
100101
101102Add to your ` build.gradle ` :
102103
103104``` 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 '
105106```
106107
107108
0 commit comments