Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-1 votes
0 answers
12 views

Using React and Ts, I am getting: Test timeout of 30000ms exceeded. Error: page._wrapApiCall: Test timeout of 30000ms exceeded when trying to mount with : test("renders selected date", ...
Josheir's user avatar
  • 27
Best practices
0 votes
0 replies
12 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
0 votes
1 answer
34 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
  • 510
0 votes
1 answer
29 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
3 answers
41 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,953
0 votes
1 answer
28 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
24 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
34 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,756
0 votes
2 answers
42 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
Advice
0 votes
3 replies
64 views

I know that Playwright has Page class with goto() method, but it accepts url only. In my use case I'll most probably test sites knowing only their domain, so I'd have let's say google.com as url ...
Krolik1337's user avatar
-3 votes
2 answers
77 views

I have playwright test which I need to run in Azure function. It runs fine locally but when deployed to Azure function it fails with error below. The only reporter configured is list and it shall not ...
Gregory Suvalian's user avatar
-1 votes
0 answers
43 views

I'm designing custom automation report(Playwright with Java using Junit). Encountering issue where I'm unable to implement "auto focus" when I click on the scenario in the table. Focus ...
ShivaShankar163's user avatar
Advice
0 votes
1 replies
45 views

I use Playwright for recording and playback of the tests, but because of specific constraints, I can't have ffmpeg installed as part of Playwright. I want to find a way to exclude ffmpeg from being ...
Campaio's user avatar
  • 13
0 votes
0 answers
66 views

I can't calculate right height for PDF page for it to be one long page without page breaks. In result there a bit of page on second page whatever the length of HTML really is. Different JS methods ...
Luminescent's user avatar
0 votes
0 answers
20 views

I’m automating Salesforce (SFDC) UI tests. When using Playwright, one of the “Sections” hosting external app using ConnectedApp via VisualForce pag on the record page (Account or Opportunity) shows ...
Jim Dolly's user avatar

15 30 50 per page
1
2 3 4 5
234