Skip to main content

All Questions

0 votes
0 answers
12 views

Playwright Test runner struggles with clicking combobox elements and opening option lists. Inconsistent behaviour

Video1: https://drive.google.com/file/d/1BYTFZ5O_0dwTKAuS3siqiQseh8LcWYmH/view?usp=drive_link Video2: https://drive.google.com/file/d/1fyBVhQM2brEAdgJQNeRcLRtJNfXGnNMq/view?usp=drive_link Video3: ...
tem's user avatar
  • 25
0 votes
0 answers
24 views

Problem accessing web elements using Cypress [closed]

I use Cypress and typescript. I ran into a problem. The page has a form with a button and input fields. Expected result: When you click the button, the input fields become available for editing. ...
Norlerion's user avatar
0 votes
0 answers
15 views

How to restart Electron application for each test case in WebDriverIO?

I'm working on a test suite using WebDriverIO for testing an Electron application. In my spec file, I have multiple test cases (it blocks) that need to run independently, but I need to restart the ...
user25536480's user avatar
0 votes
0 answers
45 views

How to automate Mouse event in Android

I am currently testing some android applications and inside the app have some contextual menu only triggered by mouse right click. Do we have any method or solution to automatically trigger that menu ...
rvp's user avatar
  • 181
0 votes
0 answers
99 views

How to inject a QR code image for end-to-end testing a QR code scanning app

End-to-end testing an app with QR-code scanning features seems to be difficult. Is there a way to kind of inject a QR code image into an Android device or simulator to automate this scanning process? ...
stoefln's user avatar
  • 14.5k
0 votes
0 answers
33 views

Appium: Parallel execution on multiple devices - Failed to click on one device while happens in the other

Handling the appium driver is done with ThreadLocal object and in the set method - appium driver is set. > private static ThreadLocal<AppiumDriver> tlDriver = new ThreadLocal(); > > &...
Haritha Navaneetha Krishnan's user avatar
1 vote
0 answers
82 views

AssertJ AssertThat isEqual taking way too long to return

Platform: IntelliJ IDEA on a mac Java: openjdk 11.0.20 2023-07-18 LTS OpenJDK Runtime Environment (build 11.0.20+8-LTS) OpenJDK 64-Bit Server VM (build 11.0.20+8-LTS, mixed mode) AssertJ org.assertj:...
yorkshireflatcap's user avatar
0 votes
0 answers
28 views

Unable to handle an alert on a new tab (redirected) in WebdriverIO

I'm new to WDIO and I'm trying to use it to automate some test cases. I'm stuck trying to handle an alert on a redirected page. Upon logging in, the system redirects me to the landing page on a new ...
martinro's user avatar
0 votes
1 answer
457 views

Appium failing with UiAutomator2 driver - Error executing adbExec

Whenever I try to launch Appium Inspector, it gives me the following error: Failed to create session. An unknown server-side error occurred while processing the command. Original error: Error ...
Andrius's user avatar
0 votes
1 answer
47 views

c# selenium waiting for background requests to finish

on the page where I write test automation, javascript is running intensively. React is used as the infrastructure. For example, pagination works with javascript, and when I go to the next page, the ...
Harun's user avatar
  • 1
0 votes
0 answers
253 views

How to change the user-agent in playwright autotests

I can't run autotests using a headless browser, because my user agent = Headless Chrome. For this reason, I get to the page with the captcha=(. This is my current autotest code, please help me figure ...
ROMAN SKRIPNIKOV's user avatar
0 votes
1 answer
405 views

Jetpack Compose View.GONE alternative

Is there any compose View.GONE alternative, that is not a condition? I need a button to be still findable and clickable by an automated test but not by user. So using a condition is not a solution for ...
Michal Neubauer's user avatar
0 votes
0 answers
22 views

How to collect requestURL and responseTime in a CSV file for easy filtering while running the tests using RestAssured

I have designed my RestAPI tests using the RestAssured framework. In the below code I want to collect requestURL and responseTime in a CSV file for easy filtering while running the tests using ...
Dylan Joseph's user avatar
0 votes
0 answers
25 views

Cannot perform right flow for element found or not found in Cypress

I'm encountering an issue with a Cypress custom command. The command is designed to check for the visibility of certain elements based on the result of another element. Here's the relevant code ...
automation-ninja's user avatar
0 votes
0 answers
101 views

facing an error in cucumber framework : Failed to instantiate class

and here is below the code of XML files where all dependencies and plugin there <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4....
Bhoomi Bhavsar's user avatar

15 30 50 per page
1
2 3 4 5
24