@@ -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.16.0
19- is for Selenium 4.16.0 .
18+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.16.1
19+ is for Selenium 4.16.1 .
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.16.0 | ** 4.16.0** | 3.9.0 | htmlunit3-driver | 11 |
33+ | 4.16.1 | ** 4.16.1** | 3.10.0 | htmlunit3-driver | 11 |
34+ | 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 |
3435| 4.15.1 | 4.15.1 | 3.9.0 | htmlunit3-driver | 11 |
3536| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
3637| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
@@ -95,14 +96,14 @@ Add to your `pom.xml`:
9596<dependency >
9697 <groupId >org.seleniumhq.selenium</groupId >
9798 <artifactId >htmlunit3-driver</artifactId >
98- <version >4.16.0 </version >
99+ <version >4.16.1 </version >
99100</dependency >
100101```
101102
102103Add to your ` build.gradle ` :
103104
104105``` groovy
105- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.0 '
106+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.1 '
106107```
107108
108109
0 commit comments