3,492 questions
-1
votes
0
answers
27
views
thread’s event loop doesn’t support subprocesses on Windows? [closed]
my agent isn't joining while clicking on join and giving some critical browsing error :
when researched i found something : This error happens because Playwright is being launched from a non-main ...
-4
votes
0
answers
23
views
Playwright is not able to get Non-JS accessible cookies , Camoufox library [closed]
The authentication cookies ARE present in the browser (as shown in dev tools), but Playwright isn't capturing them properly. Is this a common issue with how Playwright handles cookie contexts?
The ...
-4
votes
0
answers
66
views
How to record audio with Playwright python? [closed]
I have an ubuntu server without graphics. I need to record audio in session with playwright python. How I can do it?
I found in docs(https://playwright.dev/python/docs/videos) how I can record video, ...
0
votes
0
answers
50
views
How to generate bookmarks in a PDF?
I've been using Playwright to generate a document from HTML code with a table of content corresponding to the H1-6 tags I'm using. I was hoping that bookmarks in the PDF would be generated from those ...
-1
votes
0
answers
43
views
How can I use a Wrapper Component with Playwright Component Testing?
I'm attempting to test some Vue 3 components using Playwright's component testing feature. My UI library requires that all components be wrapped in a BApp component for certain functionality to work. ...
-6
votes
0
answers
74
views
how implement in a Python algorithm to avoid exceeding the server's rate limits? [closed]
I'm working on a tourism data extractor focused on the Foursquare platform.
I currently don't have any proxies or techniques to avoid being blocked for exceeding the server's request limit (50 ...
-1
votes
1
answer
96
views
My "for loop" doesn't work in Playwright.js [closed]
I need to choose опе book without a sale. On the page, I have 9 products, and some of them have the class hasDiscount.
I need to choose the first product without the class hasDiscount. But: I need to ...
0
votes
1
answer
74
views
How to abort an entire web request if a particular dialog appeared
I am currently trying to write a Playwright script to test a JavaScript page which is intended to produce several alert boxes. Because the testing is being done for beginners who would not understand ...
0
votes
1
answer
54
views
How to safely capture both toast title and message in Playwright without waiting timeout? [closed]
I’m working with Playwright (Node.js) and need to capture notification toasts that appear on the page.
The issue is that the toasts don’t always have the same structure:
Some have only a message
...
1
vote
1
answer
76
views
mat-select option stays open after click (blur not triggered?)
I’m writing end-to-end tests with Playwright for an Angular Material 14 app.
The page has multiple mat-select.
When I interact with the dropdown manually in the browser:
I click on the select box.
A ...
2
votes
2
answers
79
views
Python script for Playwright - final page in list causes "domcontentloaded" error
I'm trying to loop through a list of URLs checking if the pages contain the words "no longer available".
I tested this out with a list of Wikipedia pages and it worked perfectly.
When I use ...
1
vote
1
answer
54
views
How do I properly track authentication across pages from pff.com Domain
I am using Playwright and logging into the main authentication page. When I go to a new page (same domain), it returns results as if I'm not authenticated. If you go to the last URL w/out ...
0
votes
0
answers
52
views
How can Playwright send the Proxy-Authorization while using Chromium?
I have a proxy server that requires a username and password to access (e.g., 127.0.0.1:8000, username: abcdef, password: 123456).
When I use Playwright to access a destination website through this ...
0
votes
1
answer
53
views
Artillery + PlayWright + Fargate: Test durations ramping up and timing out
I'm running a load test on a web application using Artillery with the Playwright engine on AWS Fargate. I'm observing a steady increase in test durations as the test progresses, and a high percentage ...
0
votes
0
answers
75
views
Intensive webview cause app's cpu drop down
I am a front-end developer and I want to monitor webview performance.
I have two scenarios:
Use deeplink to jump directly to my webview page
Use pidof MY_PACKAGE_NAME to get process id
Monitor app's ...