-
At present, when WinAppDriver is started, it starts using http://:4723. I would like to know if it is possible to start WinAppDriver using https like this - https://
-
I tried to use xpath that got from UIrecorder to get element by call FindElementByXpath ,but it's not work on Chromium framework Apps . WinAppDriver show element not found.
Then I found the UIrecord…
-
Starting yesterday, Patch Tuesday, I have been having issues with running my tests written for wpf using Appium.
Yesterday was March 14th, when the new DCOM hardening took effect.
WinAppDriver co…
-
WiinAppDriver 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","messag…
-
Hi folks,
can I get an answer on a question whether WinAppDriver is also suitable for long running tests?
We have a long running test suite which we want to be running for at least 7 days.
Now,…
-
Seeing a problem where WinAppDriver only sees the title bar on a private app. All elements (buttons, input boxes) are selectable using inspect.exe.
wdio conf file capabilities
```
"ms:experimenta…
-
Hello All,
My test setup consist of 2 windows machines, first one test runner which will have the my test code in c# and the second one test agent machine where winappdriver is installed along with…
-
Hi,
I am trying to automate a WPF desktop application. It gets launched two times when I say:
DesiredCapabilities cap=new DesiredCapabilities();
cap.setCapability("app", "C:\\Program Files (x86…
-
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 and they are failin…
-
I am trying to use xpath with attribute LegacyAccessible.Value. But WinAppdriver is not able to recognize the element with the required value of attribute.
Can i use legacyaccessible attributes in xp…