-
I have a bamboo build in which
1. bamboo agent creates an instance of aws ami.
2. logs into the instance with required/set credentials.
3. starts AUT (application under test) and WinAppdriver.
…
-
One of the most common problems I run into with WinAppDriver is the "Failed to locate opened application window with appId" error that get thrown when first trying to initiate the session.
I have …
-
(Ported from [this issue](https://github.com/microsoft/microsoft-ui-xaml/issues/3002).)
WinAppDriver appears to be unable to find the window when it launches a WinUI 3 desktop application. I can't…
-
We are actually trying to launch WinAppDriver and use it to interact with desktop application for UI testing. I am able to access main window of the desktop application but somehow desktop windows ch…
-
Hello,
I'm using winappdriver to automate window desktop application (wpf/infragistics).
i try to identify table elements using Inspet.exe, but it didn't work. because Tables are not in form of “Wpf…
-
POST /wd/hub/session HTTP/1.1
Accept: */*
Content-Length: 237
Content-Type: application/json; charset=utf-8
Host: 192.168.1.30:4723
User-Agent: appium/8.5.1 (selenium/4.10.0 (java mac))
X-Idempo…
-
WinAppDriver touch/click commands fail with a vague error message when run on a machine with two monitors if the primary monitor is on the right. Switching the primary monitor to the left monitor seem…
-
scenario is mentioned in the attached pic..
All frame as well as the object inside it has the same Automation id and there is no unique way to identify each of the objects.
I tried the code ment…
-
Hi,
I am using a Java Cucumber framework for running WinAppDriver but I've come across a strange issue with WinAppdriver where the driver will only assert the element is displayed if the Inspect to…
OhAye updated
4 years ago
-
I am new to automation and I am trying to automate the WPF application using WinAppDriver with C#. I am able to load the application but getting the error like {"An element could not be located on the…