mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
`npx playwright open --save-har=file.har` produces a HAR file that
can be later inspected or used for mocks.
`--save-har-glob="**/*.{png,woff2}"` option can be used to
produce a smaller har that only contains entries matching the glob.
playwright-core
This package contains the no-browser flavor of Playwright.