WinAppDriver
WinAppDriver copied to clipboard
Windows Application Driver
Hello, I'm trying to perform a screen record video with the appium driver, and got the following error: ``` self = response = {'status': 404, 'value': '{"status":9,"value":{"error":"unknown command","message":"Command not recognized:...
Though I have provided the correct path it shows me this error and after some time is opens the same application. CODE: package org.sample.mavensample; import java.net.URL; import org.openqa.selenium.support.ui.WebDriverWait; import java.util.concurrent.TimeUnit;...
The xpath "\*" should return all children of an element, e.g. e.findElements(By.xpath("\*")) But it returns the element _e_ again not its childs. The xpath "\*/\*" returns all children of an...
Hit the winappdriver application error randomly and restart it will work normally any chance to fix it or a workaround ?
I'm pretty new to Windows desktop automation and I'm stuck on what should be a basic setup. **Background & Context** I just started learning Windows desktop automation and discovered that...
I need to use the functionality which attaches to a valid Win app running process and window. I found that the flag `appTopLevelWindow` is not supported in the latest release...
Hi, We are running WinAppDriver tests as part of automated UI Testing of our application in Azure DevOps. The standard output of WinAppDriver is shown in the step logs, but...
Hello! I've got some rare floating issue when executing element.findElement(locator) using Java language binding, WinAppDriver v1.2.1. It can throw `org.openqa.selenium.UnsupportedCommandException`, and then the corresponding driver logs are: ``` ========================================== POST...
Hi, I'm currently facing two issues while working with a WinUI 3 application and winapp driver: When an element is not present in the current window, the find_element call enters...