microsoft / WinAppDriver

Windows Application Driver
MIT License
3.7k stars 1.4k forks source link

WinAppDriver NuGet Package #1736

Open hicks86 opened 2 years ago

hicks86 commented 2 years ago

Hey,

According to the release notes for the current stable release v1.2.1 it suggests the use of the WinAppDriver nuget package:

As with the previous WinAppDriver v1.1 release, it is recommended that you use the WinAppDriver NuGet package to take full advantage of the advanced input with the Actions API.

Is this still the case? According to the package information this package is still in preview mode and the version does not match the current WinAppDriver versions (v1.2.1 vs v1.0.1-preview).

anunay1 commented 2 years ago

the nudget package is still preview. use the stable version

hicks86 commented 2 years ago

Hey thanks for the reply. I can only see the preview one. Even in nuget manger within VS I can only find the package when I check Include prerelease option and it matches what I'm seeing over at nuget.org.

Where can I get the stable version that you are referring to?

anunay1 commented 2 years ago

I use Appium from nudget package for my tests. The stable version is the WAD server release.

hicks86 commented 2 years ago

Right I see thats what we're doing now. Thank you for clearing that up for me. That documentation is very misleading.