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
This driver is an extension of the [Selenium](http://docs.seleniumhq.org/) C# client. It has
9
-
all the functionalities of the regular driver, but add Appiumspecific methods on top of this.
9
+
all the functionalities of the regular driver, but add Appium-specific methods on top of this.
10
10
11
11
## Appium server compatibility for v5.x
12
12
@@ -15,6 +15,13 @@ In case you are using the latest beta client v5.x please be aware you will eithe
15
15
Regardless, it's highly recommended you move to appium 2.x since appium 1.x is no longer maintained. <br/>
16
16
For more details about how to migrate to 2.x, see the following link : [appium 2.x migrating](https://appium.github.io/appium/docs/en/2.0/guides/migrating-1-to-2/)
17
17
18
+
## WinAppDriver Notice!
19
+
20
+
Due to the fact that [WinAppDriver](https://github.com/microsoft/WinAppDriver) has been abandoned by MS, running Appium dotnet-client 5.x with WAD will not work since it has not been updated to support the W3C protocol. <br/>
21
+
In order to run appium on Windows Applications, you will need to use [appium-windows-driver](https://github.com/appium/appium-windows-driver) which will basically act as a proxy to WAD.
22
+
Examples of running Windows Applications with dotnet-client can be found here: [windows Integration test 5.0.0](https://github.com/appium/dotnet-client/tree/release/5.0.0/test/integration/Windows) <br/>
23
+
Regardless, feel free to open an issue on the [WAD](https://github.com/microsoft/WinAppDriver/issues) repository that will help get MS to open-source that project.
0 commit comments