class

Playwright::Page::CloseOptions

Inherits JSON::Serializable / Reference / Object

Constructors

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

Instance methods

run_before_unload

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

Source
run_before_unload=(run_before_unload : Bool | Nil)

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

Source