struct Protocol::Page::WindowOpen
- Protocol::Page::WindowOpen
- Struct
- Value
- Object
Overview
Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#url : String
The URL for the new window.
-
#user_gesture : Bool
Whether or not it was triggered by user gesture.
-
#window_features : Array(String)
An array of enabled window features.
-
#window_name : String
Window name.