3,845 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
126
views
InvokePattern.Invoke does not activate Access/VBA button when window is on secondary monitor
Background: I have a C# automation client (.NET Framework 4.8) using System.Windows.Automation to invoke a button in a Microsoft Access (VBA) application. The target control is non-standard / ...
4
votes
1
answer
50
views
Not able to validate the error tooltip as it does not show in DOM
I am using Playwright to automate a website: https://demo.automationtesting.in/Register.html
Without filling anything, click on Submit. An error tooltip will show up. I would like capture and validate ...
1
vote
1
answer
58
views
TimeoutExeption in Headless mode
I’m working on a Python project using Selenium and pytest. All tests pass locally in normal (non-headless) mode, but when I run them in GitHub Actions or even locally in headless mode, many of them ...
Advice
0
votes
1
replies
50
views
Building a Task automation tool using OCR and Icons detection with logics setup by persons in Python
Hii I need some suggestions I am planning to build a Specific task performing bot services thing. so far I have build a program that uses OCR for text detection and if that text is there it does the ...
1
vote
0
answers
43
views
Is it possible to check tooltip when mouse is hovering?
I want to check a tooltip when setting the mouse over a button.
My button class is com.intuit.karate.robot.win.WinElement (used getClass())
I can check the tooltip content (property HelpText), I can ...
2
votes
1
answer
67
views
Is there a way to automate user input with JLine's LineReader?
When handling user input through Scanner(System.in), you can use System.setIn() to automate user input.
Like this:
package edu.ntnu.idi.idat;
import java.io.ByteArrayInputStream;
import java.io....
Best practices
0
votes
0
replies
41
views
How to click a map marker by lat/lng coordinates using Appium automation testing?
I'm writing E2E tests for a mobile app that displays a map with charging station markers. I know the latitude and longitude coordinates of a specific marker, and I need to:
1. Navigate/pan the map to ...
-2
votes
1
answer
143
views
Playwright - Blank white page on navigation
I am trying to automate a flow where a user navigates from one page to other. On clicking submit button, it is supposed to go to the order page but currently it is displaying the blank white page on ...
1
vote
0
answers
86
views
Browser console logs are empty when test fails
I’m trying to capture browser console logs using Selenium + Pytest, and here’s my current code snippet:
def test_capture_console_logs(driver, capture_browser_logs):
driver.get("https://www....
0
votes
0
answers
77
views
How to measure .NET MAUI application code coverage triggered by Appium UI automation tests?
I have a .NET MAUI application (targeting .NET 9) that runs on Windows.
In the same repository, I also have a separate Appium-based UI automation project (using .NET 8), which drives the MAUI app ...
0
votes
0
answers
23
views
WebdriverIO launches MS Edge in app mode rather than a browser mode on Windows 11
I'm running test suite using WebdriverIO framework on Windows 11. When test starts the Edge browser gets opened in app mode rather than browser mode. In app mode I cant maximize it and cant scroll the ...
0
votes
1
answer
87
views
Listing root child controls from uiautomation GetRootControl() stuck after the last item for 3+ minutes
I am trying to play around with uiautomation on windows. As a first test, I wanted to list everything in root to investigate what is worth recursing into.
This is my script:
import uiautomation as uia
...
0
votes
0
answers
18
views
I am looking to create an automated export from our MIS - LabelTraxx
We use an MIS called LabelTraxx. Our company manufacturers labels and has 5 production lines. The operator for each production line will key in the details of their job, as well as their production ...
1
vote
1
answer
73
views
MFC Edit Control - define unique name
We are trying to create UI tests for our old legacy applications (MFC + NET Framework).
We use Visual Studio 2019 + Appium. All C# stuff works well.
But we have a problem: to work with UI controls we ...
0
votes
0
answers
90
views
How to change input value on Webflow Designer through google chrome console code?
I need to change field values on the "custom properties" section of Webflow designer using JavaScript code on the Google Chrome console
fields to change
Also, after changing it, it should be ...