All Questions
3 questions
0
votes
0
answers
688
views
Playwright headless tests are slower than headful tests
Playwright headless tests are supposed to be faster than the headful tests. My headful tests are taking ~17sec and headless ones are taking ~1min.
Looking into the problem, I saw that in headless mode,...
3
votes
1
answer
2k
views
Unable to download with playwright headless true from url link
I'm new to Playwright world, and my first question on stackoverflow
I'm trying to download a backup file from 'Aliphia' account. But with headless: true it doesn't download anything.
I tried multiple ...
2
votes
1
answer
8k
views
GPDR cookie popup in Playwright
Hello I try to make a screenshot with Playwright but I have cookie EU law popup on my screenshots. How can I remove them ?
Here is my browser parameters.
const browser = await playwright.firefox....