WinAppDriver
WinAppDriver copied to clipboard
Windows Application Driver
My test runs successfully on my local machine but it gets "Failed to locate opened application window with appId" error while running on Remote Desktop through Release Pipeline on Azure...
I was trying out the Appium 5.0.0 Beta01. My capabilities/options looked like this: ```C# var options = new AppiumOptions(); options.AddAdditionalCapability("app", "root"); options.AddAdditionalCapability("ms:experimental-webdriver", true); WindowsDriver driver = new WindowsDriver(new Uri(WinAppDriverUrl), options,...
Hello Team, We were looking for an window application automation tool to test our core banking system applications. Came across WinAppDriver by Microsoft and we thought it would be fitting...
Thank you all for your patience, we hear your frustration at the lack of updates on the future of WinAppDriver. In [November 2020](https://github.com/microsoft/WinAppDriver/issues/1371) we mentioned that development would be paused...
Hi! I've noticed in multiple places of my solution that second and another click on the same object on the UI are way much slower than the first one. Below...
Is there an yaml actions example file on how to use WinAppDriver in a Github CI/CD pipeline? Cannot get it running on the Github hosted runner, though it is pre...
Hi , I am trying to open powershell through automation even though powershell is opening up but i am getting below error . Code: DesiredCapabilities cap = new DesiredCapabilities(); cap.setCapability("app",...
Hi, do we know when windows appl driver will have the functionality to highlight a WFP control or form - like we were able to do with MStest and coded...
Start WinAppDriver [v1.3 Release Candidate 1 (1.2.99)](https://github.com/microsoft/WinAppDriver/releases/tag/v1.2.99) GET /status returns error 500: `{"status":13," value":{"error":"unknown error","message":"An unknown error occurred in the remote end while processing the command."}}` Some tools call /status...
 **error code**. is this error in testng? java.lang.IllegalMonitorStateException at java.lang.Object.wait(Native Method) at com.nts.winapp.cloud.Modules.동기화파일삭제복원(Modules.java:304) at com.nts.winapp.cloud.SyncTest.동기화(SyncTest.java:15) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at...