struct Protocol::Page::Navigate

Overview

Navigates current page to the given URL.

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 error_text : String | Nil #

User friendly error message, present if and only if navigation has failed.


[View source]
def frame_id : FrameId #

Frame id that has navigated (or failed to navigate)


[View source]
def loader_id : Network::LoaderId | Nil #

Loader identifier. This is omitted in case of same-document navigation, as the previously committed loaderId would not change.


[View source]