class Playwright::Page::CloseOptions
- Playwright::Page::CloseOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
Instance Method Summary
-
#run_before_unload : Bool | Nil
Defaults to
false. -
#run_before_unload=(run_before_unload : Bool | Nil)
Defaults to
false.
Constructor Detail
Instance Method Detail
def run_before_unload : Bool | Nil
#
Defaults to false. Whether to run the before unload page handlers.
def run_before_unload=(run_before_unload : Bool | Nil)
#
Defaults to false. Whether to run the before unload page handlers.