class

Playwright::Browser::NewContextOptions::RecordHar

Inherits JSON::Serializable / Reference / Object

Constructors

new(path : Path, omit_content : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

omit_content

Optional setting to control whether to omit request content from the HAR. Defaults to false.

Source
omit_content=(omit_content : Bool | Nil)

Optional setting to control whether to omit request content from the HAR. Defaults to false.

Source
path

Path on the filesystem to write the HAR file to.

Source
path=(path : Path)

Path on the filesystem to write the HAR file to.

Source