microsoft / WinAppDriver

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

Compatible versions of Appium and Selenium with WinAppDriver" #2025

Open ivansenezio opened 2 months ago

ivansenezio commented 2 months ago

I'm trying to use WinAppDriver with Appium and Selenium on Windows 11, but it's returning an error. What are the compatible versions of Appium and Selenium for WinAppDriver?

bobyxyz commented 2 months ago

Appium-Python-Client==1.3.0 WinAppDriver v1.2.1

ivansenezio commented 2 months ago

Does this approach work for C# code?

I'm using C# for programming. I downgraded the Appium.Webdriver version to 1.3.0, but it didn't help. I'm having reference issues with WindowsDriver.

CS0246 The type or namespace name 'WindowsDriver<>' could not be found (are you missing a using directive or an assembly reference?)