-
I posted this topic to StackOverflow but there has not been any response:
https://stackoverflow.com/questions/75688172/problems-launching-automated-tests-with-appium-webdriver-winappdriver-on-wpf
…
-
Hi guys! I faced a problem while was trying to interect with an element
## Pre-conditions
I have an app that launches 2 windows after its start (the second one is not actually a window because the…
-
-
Hi!
I am trying to connect play around with Calculator's UI using Winappdriver in Python. My simple python code is :-
```
from appium import webdriver
desired_caps = {}
desired_caps["platformNam…
-
Hi,
Attach application error and .NET runtime crash details, not sure why they occur
Faulting application name: WinAppDriver.exe, version: 1.1.1809.18001, time stamp: 0x5ba1465c
Faulting module n…
-
WinAppDriver is behaving way to slow in detecting UI Handles even though the UI is present right in front of it.
I am not using XPATH and also freshly starting the WinAppDriver after first initiation…
-
Automated the UWP application, followed the below steps, In my local its working fine, but in the VM the WinAppDriver is not launching Console Window host and in task manager only WinAppDriver.exe(32 …
-
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 screen.
Even inspect.exe han…
-
Hello,
when I'm using Visual Studio to test my app. When I run the test the app start in background and the test fail.
When i start the Test in Debug mode everything works fine. Window opens foc…
-
I have a scenario to drag a tree view item and drop at a data item in data grid.
I have tried Action class with element and action with offset and Mouse Move/Down/Up but nothing working.
It clicks o…