-
We've been using WinAppDriver for a while now to test our Visual Studio extension. We try to use accelerators instead of context menus for performance reasons, as Visual Studio context menus are top-…
-
While I am trying to set up WinAppDriver to run as a different user on a CI agent, with the following command: (see my use case here: https://github.com/microsoft/WinAppDriver/issues/1983)
```
Start…
-
2023-09-13 16:39:15:194 - [Appium] Welcome to Appium v2.0.1
2023-09-13 16:39:15:197 - [Appium] Non-default server args:
2023-09-13 16:39:15:198 - [Appium] {
2023-09-13 16:39:15:198 - [Appium] loc…
-
Hi,
I am currently attempting to use WinAppDriver to automate test for WPF application. Unfortunately, I am unable to use the properties that was provided by Inspect.exe or WinAppDriverUiRecorder…
-
Hi Team,
I am having vertical scroll bar in my windows application of class ScrollBar and I see the properties "RangeValue.Minimum" and "RangeValue.Maximum" are exposed. Also from inspect tool acti…
-
Sometimes, the WinAppDriver.exe get's stuck, until I press a spacebar suddenly it will print all the queued requests, and when it get's stuck - the calls such as finf_element_on_xpath("xpath").click()…
-
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 it works fine
`start "" /min "C…
-
I am facing an issue for how to make xpath axes in Desktop apllication.Can you help me with the sample code
-
Hi, we're using WinAppDriver for more than a year now.
Most of the time it works just fine.
But from time to time it crashes.
Recently we updated to v1.2.1 but the behavior did not change.
O…
-
Hi,
I am trying to automate WPF desktop application with WinAppDriver using java language binding. Able to recognize the controls, but while executing the script, some times the script is failing w…