Skip to content

Commit 7a02cfd

Browse files
committed
docs: Initiate Selenium client compatibility matrix
1 parent 35ac972 commit 7a02cfd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,15 @@ dependencies {
8787
}
8888
```
8989

90-
### How to pin Selenium dependencies?
90+
### Compatibility Matrix
91+
| Appium Java Client | Selenium client |
92+
|--------------------|---------------------------------------------|
93+
| `8.5.0` | `4.9.1` |
94+
| `8.4.0` | `4.8.2`, `4.8.3`, `4.9.0` |
95+
| `8.3.0` | `4.7.0`, `4.7.1`, `4.7.2`, `4.8.0`, `4.8.1` |
96+
| `8.2.1` | `4.5.0`, `4.5.1`, `4.5.2`, `4.5.3`, `4.6.0` |
97+
98+
#### How to pin Selenium dependencies?
9199

92100
Appium Java Client declares Selenium dependencies using open version range which is handled in differently by different
93101
build tools. Sometimes users may want to pin used Selenium dependencies for [various reasons](https://github.com/appium/java-client/issues/1823).
@@ -242,4 +250,4 @@ Visit [CHANGELOG.md](CHANGELOG.md) to see the full list of changes between versi
242250

243251
Run a test using
244252

245-
> gradle clean -Dtest.single=IOSAlertTest test
253+
> gradle clean -Dtest.single=IOSAlertTest test

0 commit comments

Comments
 (0)