struct Protocol::Page::FrameScheduledNavigation

Overview

Fired when frame schedules a potential navigation.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def delay : Number::Primitive #

Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.


[View source]
def frame_id : FrameId #

Id of the frame that has scheduled a navigation.


[View source]
def reason : ClientNavigationReason #

The reason for the navigation.


[View source]
def url : String #

The destination URL for the scheduled navigation.


[View source]