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

* feat: change vendor package exports This patch changes top-level exports for the vendor-specific packages: - `playwright-chromium`: now exports an object with a single `chromium` field - `playwright-wekbit`: now exports an object with a single `webkit` - `playwright-firefox`: now exports an object with a single `firefox` Fixes #814 * fix typo * address comments
playwright-firefox
This package contains the Firefox flavor of Playwright.