Skip to content

Commit e706a85

Browse files
authored
docs: set note about deps version (#1005)
1 parent 6c84ea0 commit e706a85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ For example, some changes in the Selenium binding could break the Appium client.
2828
|`5.0.0` |`4.0.0` - `4.22.0` | .NET 6.0, .NET Framework 4.8 |
2929
|`4.4.5` |`3.141.0` |.NET Standard 2.0, .NET Framework 4.8 |
3030

31+
> [!Note]
32+
> We only raise the minimum required Selenium.WebDriver version when a newer Selenium release introduces changes that require updates in the Appium .NET Client.
33+
> If you need deterministic builds, we recommend pinning the Selenium.WebDriver version in your own project.
34+
3135

3236
## v8
3337
To keep compatibility with Appium v3, most deprecated endpoint method calls have been replaced with compatible [extension command](https://appium.io/docs/en/latest/guides/execute-methods/) with [this PR](https://github.com/appium/dotnet-client/pull/939). Old drivers which still haven't implemented extension commands might not have proper implementation. Then, you will need to update Appium driver versions first.

0 commit comments

Comments
 (0)