Open ivansenezio opened 2 months ago
Appium-Python-Client==1.3.0 WinAppDriver v1.2.1
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?)
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?