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

- `har` option is now an object `{ path, fallback }`. - Allows falling back to `abort()`, `continue()` or throwing. - Matches based on url + method. - Follows redirects in the HAR file. - Nice error/stack when throwing. - Tests.