class Playwright::Page::CloseOptions

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(run_before_unload : Bool | Nil = nil) #

[View source]

Instance Method Detail

def run_before_unload : Bool | Nil #

Defaults to false. Whether to run the before unload page handlers.


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

Defaults to false. Whether to run the before unload page handlers.


[View source]