WinAppDriver icon indicating copy to clipboard operation
WinAppDriver copied to clipboard

Windows Application Driver

Results 323 WinAppDriver issues
Sort by recently updated
recently updated
newest added

I am getting the strong impression that this project is getting abandoned by Microsoft. There are hundreds of open issues with no feedback, and the little triaging that takes place...

Trying to find the element Connect[attached below] but WinAppDriver ended up not finding the element for some. Upon checking the pagesource found out the pagesource does not have it even...

is there any argument that can be passed to WinAppDriver.exe while launching such that it opens it in a minimized way? Note, that I tried this on command prompt and...

We have a matured framework in Coded UI in which around 16K+ cases are already automated. Since CodedUI tool is deprecated we decided to move to Appium using WinAppDriver. But...

Automation done with remote nodes using winappdriver.exe _ipaddress_ _port_ is not functional for Win UI 3 application if the _ipaddress_ is not a loopback. 1. If the WinAppDriver is run...

The WinAppDriver Team would love to hear stories of how it's going using WinAppDriver to test specific types of apps! To help, if you are testing one of these types...

Question

Really would like the ability to get the text color from labels etc. Thank you for your support.

When I try to run WinAppDriver.exe I get this message: > Windows Application Driver listening for requests at: http://127.0.0.1:4723/ > > Error adding url to url group > > Failed...

When I launch the winAppDriver and try to switch to child window, I am getting the below error. `selenium.common.exceptions.WebDriverException: Message: Missing Command Parameter: name` But when I launch the appium...

Hello, I have the following code for switching windows in Winappdriver because my app has a splashscreen: ``` var handle = AppiumDriver.CurrentWindowHandle; while (AppiumDriver.WindowHandles.Contains(handle)) { Thread.Sleep(1000); } if (AppiumDriver.WindowHandles.Count >...