|
5 | 5 |
|
6 | 6 | ### * BREAKING NEWS *
|
7 | 7 |
|
8 |
| -With the release of **Selenium Foundation** version _26.3.4_, automation of Macintosh native applications via the Mac2 engine of Appium is complete. The latest release of the [local-grid-parent](https://github.com/sbabcoc/local-grid-parent) project (_1.5.0_) builds on the [local grid](docs/LocalGridConfiguration.md#introduction) feature of **Selenium Foundation** to launch grid collections that include Mac2 nodes. |
| 8 | +* With the release of **Selenium Foundation** version _28.0.0_, we now provide support for the **Selenium 4 API**. There are still a few rough edges, and **HtmlUnitDriver** sessions are not yet available from Selenium 4 Grid, but all major functionality is working as expected. The Selenium 4 artifacts are designated with the _s4_ suffix. |
| 9 | +* With the release of **Selenium Foundation** version _26.3.4_, automation of Macintosh native applications via the Mac2 engine of Appium is complete. The latest release of the [local-grid-parent](https://github.com/sbabcoc/local-grid-parent) project (_1.5.0_) builds on the [local grid](docs/LocalGridConfiguration.md#introduction) feature of **Selenium Foundation** to launch grid collections that include Mac2 nodes. |
9 | 10 |
|
10 | 11 | #### Table of Contents
|
11 | 12 |
|
@@ -60,15 +61,18 @@ Since version _24.0.0_, **Selenium Foundation** exclusively supports the **Selen
|
60 | 61 |
|
61 | 62 | The Maven group ID is `com.nordstrom.ui-tools`, and the artifact ID is `selenium-foundation`. Artifacts version numbers have the `s3` suffix to indicate support for the **Selenium 3** API.
|
62 | 63 |
|
63 |
| -To add a dependency on **Selenium Foundation**, use the following: |
| 64 | +To add a dependency on **Selenium Foundation** for Maven, use the following: |
64 | 65 |
|
65 |
| -| Maven | |
66 |
| -|:---| |
67 |
| -| <pre><dependency><br/> <groupId>com.nordstrom.ui-tools</groupId><br/> <artifactId>selenium-foundation</artifactId><br/> <version>27.0.10-s3</version><br/></dependency></pre> | |
| 66 | +| Selenium 3 | Selenium 4 | |
| 67 | +|:---|:---| |
| 68 | +| <pre><dependency><br/> <groupId>com.nordstrom.ui-tools</groupId><br/> <artifactId>selenium-foundation</artifactId><br/> <version>28.0.0-s3</version><br/></dependency></pre> | <pre><dependency><br/> <groupId>com.nordstrom.ui-tools</groupId><br/> <artifactId>selenium-foundation</artifactId><br/> <version>28.0.0-s4</version><br/></dependency></pre> | |
68 | 69 |
|
69 |
| -| Gradle | |
70 |
| -|:---| |
71 |
| -| <pre>dependencies {<br/> compile 'com.nordstrom.ui-tools:selenium-foundation:27.0.10-s3'<br/>}</pre> | |
| 70 | +To add a dependency for Gradle: |
| 71 | + |
| 72 | +| Platform | Dependency | |
| 73 | +|:---:|:---| |
| 74 | +| **Selenium 3** | <pre>dependencies {<br/> compile 'com.nordstrom.ui-tools:selenium-foundation:28.0.0-s3'<br/>}</pre> | |
| 75 | +| **Selenium 4** | <pre>dependencies {<br/> compile 'com.nordstrom.ui-tools:selenium-foundation:28.0.0-s4'<br/>}</pre> | |
72 | 76 |
|
73 | 77 | ### Building Selenium Foundation
|
74 | 78 |
|
|
0 commit comments