appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
381 stars 187 forks source link

Appium Windows assembly is not supporting for 5.0.0 beta version #679

Closed kumarbrandmuscle closed 11 months ago

kumarbrandmuscle commented 11 months ago

Do I have the most recent component updates?

Is the component officially supported by the Appium team?

Is there an existing issue for this?

Current Behavior

windowsDriver is not supporting in 5.0.0 beta version image

Expected Behavior

Appium should able to identify the windows elements, methods

Minimal Reproducible Example

image

Environment

Link to Appium Logs

No response

Further Information

No response

Dor-bl commented 11 months ago

Code has been refactored massively in version 5.0. Please see the below for examples: https://github.com/appium/dotnet-client/tree/main/test%2Fintegration%2FWindows

kumarbrandmuscle commented 11 months ago

Thanks for the suggestion. In coming release this function got replaced WindowsDriver right and we can use like this private WindowsDriver _calculatorSession; protected static WebElement CalculatorResult;

Dor-bl commented 11 months ago

So can I close this issue?

kumarbrandmuscle commented 11 months ago

sure