@@ -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.12 .0
19- is for Selenium 4.12 .0.
18+ Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.13 .0
19+ is for Selenium 4.13 .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.12.0 | ** 4.12.0** | 3.5.0 | htmlunit3-driver |
33+ | 4.13.0 | ** 4.13.0** | 3.6.0 | htmlunit3-driver |
34+ | 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver |
3435| 4.11.0 | 4.11.0 | 3.4.0 | htmlunit3-driver |
3536| 4.10.0 | 4.10.0 | 3.3.0 | htmlunit3-driver |
3637| 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
@@ -43,7 +44,8 @@ For an overview please check the following tables:
4344
4445| selenium | htmlunit-driver | htmlunit | artifactId |
4546| ----------| -----------------| -----------------| ------------------|
46- | 4.12.0 | ** 4.12.0** | 2.70.0 | htmlunit-driver |
47+ | 4.13.0 | ** 4.13.0** | 2.70.0 | htmlunit-driver |
48+ | 4.12.0 | 4.12.0 | 2.70.0 | htmlunit-driver |
4749| 4.11.0 | 4.11.0 | 2.70.0 | htmlunit-driver |
4850| 4.10.0 | 4.10.0 | 2.70.0 | htmlunit-driver |
4951| 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
@@ -89,14 +91,14 @@ Add to your `pom.xml`:
8991<dependency >
9092 <groupId >org.seleniumhq.selenium</groupId >
9193 <artifactId >htmlunit3-driver</artifactId >
92- <version >4.12 .0</version >
94+ <version >4.13 .0</version >
9395</dependency >
9496```
9597
9698Add to your ` build.gradle ` :
9799
98100``` groovy
99- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.12 .0'
101+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.13 .0'
100102```
101103
102104
0 commit comments