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

Hello, I am using WinAppDriver to launch a windows Desktop application that is made using WPF. Using simple java code. When I run the script at first time, app launches...

I have to Automate Citrix Receiver (ideally present in system tray). I have to grab the version number it has. But when I try to Context Click the icon, it...

selenium.common.exceptions.WebDriverException: Message: Currently only pen and touch pointer input source types are supported in UWP Desktop App When performing click operation using TouchActions Selenium Environment Appium -python - client: 2.2.0...

We have created a desktop UI Automation using C#. We tried to run the .exe by using task scheduler on VM through service account. Task scheduler is not able to...

We have created a desktop UI automation using C#. We tried to run the .exe by using task scheduler on VM who have login access on the VM. We tried...

Automation testing a Windows UWP App Using below command unable to click on element 5,5 coordinates , it always clicks on middle of element new TouchAction(Base.uwpDriver).press(ElementOption.element(driver.findElement(object), 5, 5)).perform(); raised as...

WinAppDriver when run through task scheduler, it is running in the background with the specified port number passed as argument. But the events from the test cases are not captured...

I am automating a windows application and one of the table on application screen contains 11000 rows. I am not working on that grid, but still winappdriver hangs on that...

Hi, thank you for the good work you did in developing winappdriver , I need to ask if there is a plan to fix performance soon ? The performance in...

Hey WinAppDriver community ! We've developped an windows desktop app based over gRPC protocol to allow communication between two instances of the said app over a specific network. We've also...