Skip to content

Commit 549bc76

Browse files
authored
Update README.md
1 parent de06c32 commit 549bc76

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
### * BREAKING NEWS *
77

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.
910

1011
#### Table of Contents
1112

@@ -60,15 +61,18 @@ Since version _24.0.0_, **Selenium Foundation** exclusively supports the **Selen
6061

6162
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.
6263

63-
To add a dependency on **Selenium Foundation**, use the following:
64+
To add a dependency on **Selenium Foundation** for Maven, use the following:
6465

65-
| Maven |
66-
|:---|
67-
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.nordstrom.ui-tools&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;selenium-foundation&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;27.0.10-s3&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
66+
| Selenium 3 | Selenium 4 |
67+
|:---|:---|
68+
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.nordstrom.ui-tools&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;selenium-foundation&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;28.0.0-s3&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> | <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.nordstrom.ui-tools&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;selenium-foundation&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;28.0.0-s4&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
6869

69-
| Gradle |
70-
|:---|
71-
| <pre>dependencies {<br/>&nbsp;&nbsp;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/>&nbsp;&nbsp;compile 'com.nordstrom.ui-tools:selenium-foundation:28.0.0-s3'<br/>}</pre> |
75+
| **Selenium 4** | <pre>dependencies {<br/>&nbsp;&nbsp;compile 'com.nordstrom.ui-tools:selenium-foundation:28.0.0-s4'<br/>}</pre> |
7276

7377
### Building Selenium Foundation
7478

0 commit comments

Comments
 (0)