struct Protocol::Page::FrameScheduledNavigation
- Protocol::Page::FrameScheduledNavigation
- Struct
- Value
- Object
Overview
Fired when frame schedules a potential navigation.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#delay : Number::Primitive
Delay (in seconds) until the navigation is scheduled to begin.
-
#frame_id : FrameId
Id of the frame that has scheduled a navigation.
-
#reason : ClientNavigationReason
The reason for the navigation.
-
#url : String
The destination URL for the scheduled navigation.
Constructor Detail
Instance Method Detail
def delay : Number::Primitive
#
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.