microsoft / WinAppDriver

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

WinAppDriver update to support latest Selenium packages? #806

Open andrejandre opened 5 years ago

andrejandre commented 5 years ago

Will WinAppDriver be updated to support later builds of Selenium.WebDriver and Selenium.Support? Currently I am being held back to older releases of Selenium since updating Selenium deprecates a lot of the functionality of WinAppDriver in version 1.0.1

hassanuz commented 5 years ago

Currently there are no immediate plans for this. Is there a specific feature you are looking for in the newer Selenium package?

andrejandre commented 5 years ago

Apologies, I should've checked Nuget packages for .NET. The latest selenium releases are 4.0.0 alpha versions but the latest official release of Selenium is 3.141.0 released 10 months ago. Compatibility with WinAppDriver is fine for Selenium, however, is there a plan to keep WinAppDriver up to date in the long term? Currently I am not seeking a particular feature, the features offered at the moment are comprehensive enough for my projects!