13,288 questions
1vote
0answers
70views
How to bypass or auto-accept Chrome's file editing permission dialog triggered by window.showDirectoryPicker() in Playwright?
I trying to download a file into a folder that is not in the list of managed permissions of Playwright. The app that I am testing opens the windows file choose with the window.showDirectoryPicker() JS ...
0votes
1answer
33views
vscode-extension-tester: Default VSIX File Added
I am attempting to use the vscode-extension-tester from this: tutorial. However, I only need to install my own VSIX extension. I added a script to package.json (extest install-vsix), but it still ...
0votes
1answer
29views
Issue with Opening Default Folder in VSCode Instance Using vscode-extension-tester
I am attempting to use the vscode-extension-tester from this tutorial: https://github.com/redhat-developer/vscode-extension-tester-example. However, I am unable to set an open default folder in my ...
0votes
0answers
35views
How execute test with multiple browser and multiple workers without any conflict playwright [closed]
There is a webpage which has a configuration for an excel file. I automated that page with playwright. But when I am running the script with multiple browser and 2 worker (The 2 workers are running ...
1vote
1answer
49views
Tests not running with JUnit, with no errors nor log either
My JUnit tests simply aren't running. When I tried, nothing happened. JUnit displayed 0/0 tests run, and there were no logs nor errors in the console I checked the different possible causes in this ...
0votes
1answer
34views
Problems interacting with a Quasar q-select vue component in Cypress
Issue: Currently struggling to interact with a quasar q-select Vue component on our system. It can find the element without any issues, and the click event appears to fire, but no animation happens, ...
0votes
0answers
22views
Can't link Azure Test Plan with Automated Unit Tests
Introduction to Problem Basically, in Azure DevOps, I have created a test plan. Within the test plan I have a test suite with two test cases. In Azure repo, I have an entire project with two unit ...
0votes
0answers
16views
Locators taking time to load the UI element while running the Automation test cases for android
I have some XML layouts in my android which includes coordinator layout and collapsing toolbar inside my coordinator layout. After a lot if hit and trial we found that, xml tag : layout_behavior in my ...
0votes
0answers
12views
Appium iOS – How to launch app in a fresh state every time without uninstalling?
I'm automating an iOS app using Appium and I want the app to start in a completely fresh state every time it launches, but without uninstalling or reinstalling the app. What I’ve tried so far: Set the ...
1vote
0answers
36views
Robot Framework Selenium - Cannot reliably click/scroll in Flutter web canvas elements
I'm internship QA testing on Flutter web application with Robot Framework and Selenium Library. My task is to perform end-to-end (E2E) testing on a Flutter web app that heavily uses canvas structure. ...
0votes
0answers
8views
Appium - How to write test cases for SVG drawing and two-finger tap gesture on mobile browser?
I'm working on a mobile web application where I have an element in the HTML. I wrote some JavaScript code that allows users to draw on numbers inside the SVG using their fingers. I want to write ...
0votes
1answer
117views
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 135
I know there are so many threads regarding this but my issue is a bit different. My Browswer version is 134.0..... My ChromeDriver Version is 134.0... and Chrome Version 135 is not available yet for ...
0votes
0answers
23views
Airflow Dag testing automation
Dag testing for data pipeline, what are the best possible ways to automate the data pipeline testing? Best automated way to test the DAG Best possible Automated way to Test the Airflow DAG with ...
-1votes
0answers
26views
After saving the form, the text in the iframe field is vanished - Selenium Java
I enter text into an iframe that is in a modal window. Everything is ok, the text is entered. But when I save the modal window, the text from the field disappears. I use this method to enter text ...
1vote
0answers
33views
how to find an element inside an iframe in k6/browser?
I'm trying to automate an interaction with a dynamic iframe using K6 Browser, but I'm facing difficulties when trying to click a button inside that iframe. The code I'm using is as follows: const ...