@@ -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.14.1
19- is for Selenium 4.14.1 .
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 .
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.14.1 | ** 4.14.1** | 3.7.0 | htmlunit3-driver | 11 |
33+ | 4.15.0 | ** 4.15.0** | 3.8.0 | htmlunit3-driver | 11 |
34+ | 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
3435| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
3536| 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver | 1.8 |
3637| 4.11.0 | 4.11.0 | 3.4.0 | htmlunit3-driver | 1.8 |
@@ -92,14 +93,14 @@ Add to your `pom.xml`:
9293<dependency >
9394 <groupId >org.seleniumhq.selenium</groupId >
9495 <artifactId >htmlunit3-driver</artifactId >
95- <version >4.14.1 </version >
96+ <version >4.15.0 </version >
9697</dependency >
9798```
9899
99100Add to your ` build.gradle ` :
100101
101102``` groovy
102- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.14.1 '
103+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.0 '
103104```
104105
105106
0 commit comments