class Playwright::Browser::NewContextOptions::RecordHar

Included Modules

Defined in:

playwright/browser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(path : Path, omit_content : Bool | Nil = nil) #

[View source]

Instance Method Detail

def omit_content : Bool | Nil #

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


[View source]
def omit_content=(omit_content : Bool | Nil) #

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


[View source]
def path : Path #

Path on the filesystem to write the HAR file to.


[View source]
def path=(path : Path) #

Path on the filesystem to write the HAR file to.


[View source]