mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Various settings that make Firefox behave when testing over Bidi. The
settings are copied from
ea36b7b1f0/packages/browsers/src/browser-data/firefox.ts (L190-L402)
.
Unlike Playwright bundled version, we write the settings into `user.js`
in the profile folder before launching the browser.
playwright-core
This package contains the no-browser flavor of Playwright.