Playwright with Firefox: New Windows vs Tabs and Chromium-specific Features

Hey Playwright community! I've been using Firefox with Playwright because it uses less CPU, but I've run into a couple of issues I'd love some help with: 1. New Windows Instead of Tabs I'm running Firefox in headless: false mode to check how things look, and I've noticed it opens new windows for each URL instead of opening new tabs. Is there a way to configure this behavior? I'd prefer to have new tabs open instead of separate windows. 2. Chromium-specific Features in Firefox I'm getting this warning when using Firefox:
WARN Playwright Utils: blockRequests() helper is incompatible with non-Chromium browsers.

WARN Playwright Utils: blockRequests() helper is incompatible with non-Chromium browsers.

Are there any polyfills or workarounds for the playwrightUtils features that are Chromium-specific? I'd like to use blockRequests() or similar functionality with Firefox if possible. Any insights or suggestions would be greatly appreciated! Thanks in advance for your help. #playwright #firefox
1 Reply
Hall
Hall8mo ago
View post on community site
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
Apify Community

Did you find this page helpful?