class Playwright::Browser::NewContextOptions::RecordHar
- Playwright::Browser::NewContextOptions::RecordHar
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/browser.crConstructors
Instance Method Summary
-
#omit_content : Bool | Nil
Optional setting to control whether to omit request content from the HAR.
-
#omit_content=(omit_content : Bool | Nil)
Optional setting to control whether to omit request content from the HAR.
-
#path : Path
Path on the filesystem to write the HAR file to.
-
#path=(path : Path)
Path on the filesystem to write the HAR file to.
Constructor Detail
Instance Method Detail
def omit_content : Bool | Nil
#
Optional setting to control whether to omit request content from the HAR. Defaults to false
.
def omit_content=(omit_content : Bool | Nil)
#
Optional setting to control whether to omit request content from the HAR. Defaults to false
.