struct Protocol::Page::FrameRequestedNavigation
- Protocol::Page::FrameRequestedNavigation
- Struct
- Value
- Object
Overview
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#disposition : ClientNavigationDisposition
The disposition for the navigation.
-
#frame_id : FrameId
Id of the frame that is being navigated.
-
#reason : ClientNavigationReason
The reason for the navigation.
-
#url : String
The destination URL for the requested navigation.