mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Update the documentation to match actual behavior. The actual behavior today: * Default mode is `full` when `recordHar` is passed to `browser.newContext` * Default mode is `minimal` when calling `context.routeFromHAR` and `page.routeFromHAR` Reference https://github.com/microsoft/playwright/issues/31983