Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
69 views

We are currently using Selenium testng framework for our functional automation and we had developed 2000 test cases and running in parallel 100 nodes in AWS Device Farm. Now we are started using ...
Joseph Duncan's user avatar
1 vote
0 answers
59 views

I'm using Playwright for end-to-end testing with Argos CI for visual regression testing. My tests have retries enabled (retries: 2), but when a test fails and retries, the screenshot paths change, ...
Abu Sadaf's user avatar
-4 votes
0 answers
67 views

I'm building a full stack application where users can trigger browser automation tasks (web scraping, form filling, data extraction) from a web UI. Requirements: Users submit automation jobs via a ...
Malcolm Adams's user avatar
0 votes
1 answer
93 views

I am using playwright 1.57.0 to test login automation. The process fails when entering a verification code, after the credentials have been successfully submitted. The setup is as follows: # config ...
Abid's user avatar
  • 698
0 votes
0 answers
60 views

I am writing E2E tests for an Angular application using Playwright. I am encountering a flaky issue when trying to interact with an Angular Material slide toggle (mat-slide-toggle). Most of the time ...
Gustavo VL's user avatar
-3 votes
0 answers
87 views

I know what playwright browser don't support socks5 proxy with auth. But maybe exists some way to use it? except socks->http tunnel. Maybe some libs?
hellsmenser's user avatar
0 votes
1 answer
85 views

I am encountering a problem with a particular testcase. I need to enter an account number then click search button and validate some things. After that I need to click on return link and clear the ...
SMM's user avatar
  • 1
Best practices
1 vote
1 replies
51 views

I started using Playwright, and one of the first things I noticed is that if you're trying to implement a custom page object that stores methods, click actions, and assertions, you should create a ...
Cholis's user avatar
  • 109
2 votes
1 answer
76 views

I'm just starting in Playwright, and I'm confused by locator behavior. A page starts with the structure in the image below. Using url = 'https://skylines.aero/flights/115429' with p.sync_playwright() ...
Bret Hess's user avatar
  • 542
0 votes
1 answer
71 views

I've tried to find a solution online on how to work with playwright and vaadin code but no chance. Playwright is installed in VS Code, is up and running, I have my test explorer installed and node.js. ...
CD46's user avatar
  • 31
1 vote
2 answers
78 views

I noticed that page.type is deprecated in Playwright. Google's AI overview told me that I need to use locator.fill instead but it isn't working for the field I want to fill. await this....
emery's user avatar
  • 9,973
-1 votes
0 answers
43 views

After running the test on playwright+ pytest, the browser opens immediately, but then the page is blank for 18-25 seconds. Based on the traces, I realized that the entire time was spent processing the ...
MakarNBA's user avatar
0 votes
1 answer
56 views

We have 2gp managed package that we are writing automation for, we already have automated api testing but struggling in UI automation as salesforce recently mandated MFA in most of the editions ...
prakhar Dixit's user avatar
Tooling
0 votes
2 replies
44 views

I run some performance-tests (Grafana K6) and would like to screenshot the network traffic on the frontend nodes. Is there a way to do this with Chrome Devtools, Selenium, playwright?. I can do ...
MortenB's user avatar
  • 3,776
-1 votes
1 answer
101 views

i am trying to run playwright in bun. but when i run bun run test.ts, the output hangs at Launching Chromium.... output: PS D:\\Javascript files\\ss_url_project_copy\\backend\> bun run test.ts ...
Binaya Shrestha's user avatar

15 30 50 per page
1
2 3 4 5
234