You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@
55
55
56
56
## Selenium API Support
57
57
58
-
Since version _24.0.0_, **Selenium Foundation**exclusively supports the **Selenium 3**API. Prior releases support both **Selenium 2** (Java 7) and **Selenium 3** (Java 8).
58
+
**Selenium Foundation**includes supports for both **Selenium 4**and **Selenium 3**. A single Gradle project defines version-specific profiles to produces two separate artifacts.
59
59
60
60
### Dependency Artifact Coordinates
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
+
The Maven group ID is `com.nordstrom.ui-tools`, and the artifact ID is `selenium-foundation`. Artifacts whose version numbers have the `s3` suffix support the **Selenium 3** API. Artifacts whose version numbers have the `s3` suffix support the **Selenium 3** API.
63
63
64
64
To add a dependency on **Selenium Foundation** for Maven, use the following:
0 commit comments