@@ -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.10 .0
19- is for Selenium 4.10 .0.
18+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.11 .0
19+ is for Selenium 4.11 .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 |
3232| ----------| -----------------| -----------------| ------------------|
33- | 4.10.0 | ** 4.10.0** | 3.3.0 | htmlunit3-driver |
33+ | 4.11.0 | ** 4.11.0** | 3.4.0 | htmlunit3-driver |
34+ | 4.10.0 | 4.10.0 | 3.3.0 | htmlunit3-driver |
3435| 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
3536| 4.9.0 | 4.9.0 | 3.1.0 | htmlunit3-driver |
3637| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
@@ -41,7 +42,8 @@ For an overview please check the following tables:
4142
4243| selenium | htmlunit-driver | htmlunit | artifactId |
4344| ----------| -----------------| -----------------| ------------------|
44- | 4.10.0 | ** 4.10.0** | 2.70.0 | htmlunit-driver |
45+ | 4.11.0 | ** 4.11.0** | 2.70.0 | htmlunit-driver |
46+ | 4.10.0 | 4.10.0 | 2.70.0 | htmlunit-driver |
4547| 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
4648| 4.9.0 | 4.9.0 | 2.70.0 | htmlunit-driver |
4749| | | | |
@@ -85,14 +87,14 @@ Add to your `pom.xml`:
8587<dependency >
8688 <groupId >org.seleniumhq.selenium</groupId >
8789 <artifactId >htmlunit3-driver</artifactId >
88- <version >4.10 .0</version >
90+ <version >4.11 .0</version >
8991</dependency >
9092```
9193
9294Add to your ` build.gradle ` :
9395
9496``` groovy
95- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.10 .0'
97+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.11 .0'
9698```
9799
98100
0 commit comments