@@ -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.9.1
19- is for Selenium 4.9.1 .
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 .
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.9.1 | ** 4.9.1** | 3.2.0 | htmlunit3-driver |
33+ | 4.10.0 | ** 4.10.0** | 3.3.0 | htmlunit3-driver |
34+ | 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
3435| 4.9.0 | 4.9.0 | 3.1.0 | htmlunit3-driver |
3536| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
3637| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
@@ -40,7 +41,8 @@ For an overview please check the following tables:
4041
4142| selenium | htmlunit-driver | htmlunit | artifactId |
4243| ----------| -----------------| -----------------| ------------------|
43- | 4.9.1 | ** 4.9.1** | 2.70.0 | htmlunit-driver |
44+ | 4.10.0 | ** 4.10.0** | 2.70.0 | htmlunit-driver |
45+ | 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
4446| 4.9.0 | 4.9.0 | 2.70.0 | htmlunit-driver |
4547| | | | |
4648| 4.8.3 | 4.8.3 | 2.70.0 | htmlunit-driver |
@@ -83,14 +85,14 @@ Add to your `pom.xml`:
8385<dependency >
8486 <groupId >org.seleniumhq.selenium</groupId >
8587 <artifactId >htmlunit3-driver</artifactId >
86- <version >4.9.1 </version >
88+ <version >4.10.0 </version >
8789</dependency >
8890```
8991
9092Add to your ` build.gradle ` :
9193
9294``` groovy
93- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.1 '
95+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.10.0 '
9496```
9597
9698
0 commit comments