ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

@pradeipp I am able to make it work with the below code with notepad application with appium 5.0.0-beta01 ``` using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenQA.Selenium.Appium; using OpenQA.Selenium.Appium.Windows; using System; using System.Diagnostics; using...

and if you want to launch the app you can use the below code: ``` var desktopCapabilities = new AppiumOptions(); desktopCapabilities.App = @"Your app"; string WindowsApplicationDriverUrl = "http://127.0.0.1:4725/wd/hub"; desktopSession =...

I am not using winappdriverserver, I am using Appium server, that is evident from the code I shared: ``` string WindowsApplicationDriverUrl = "http://127.0.0.1:4725/wd/hub"; ```

@kat-y This needs to be taken on priority, if not we will be stuck with the older versions of appium.

No it works exactly like the winappdriverserver. WAD will not work with the latest version of appium client.

Win app driver is not yet W3C compliant. So the sample examples will not work with the latest version of Appium.