ANUNAYA THAKUR
ANUNAYA THAKUR
The same that you are using, can you share the code
oh my bad I am using 5.0.0-alpha appium version.
No I have not tried.
@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.
@pradeipp Did you managed to get it working?
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.