You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser.new_context(record_har_path=path) parameter is really useful, but it isn't mentioned on the page about mocking with HAR files, despite a section called Recording a HAR file.
simonw
changed the title
[Docs]: browser.new_context(record_har_path=path) is not adequately documented
[Docs]: browser.new_context(record_har_path=path) is hard to find in docs
Feb 13, 2025
Page(s)
https://playwright.dev/python/docs/next/mock#mocking-with-har-files
Description
The
browser.new_context(record_har_path=path)
parameter is really useful, but it isn't mentioned on the page about mocking with HAR files, despite a section called Recording a HAR file.The only mention I could find of that parameter was in the release notes from 1.23: https://playwright.dev/python/docs/next/release-notes#network-replay
The text was updated successfully, but these errors were encountered: