struct Protocol::Page::Navigate
- Protocol::Page::Navigate
- Struct
- Value
- Object
Overview
Navigates current page to the given URL.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#error_text : String | Nil
User friendly error message, present if and only if navigation has failed.
-
#frame_id : FrameId
Frame id that has navigated (or failed to navigate)
-
#loader_id : Network::LoaderId | Nil
Loader identifier.
Constructor Detail
Instance Method Detail
def error_text : String | Nil
#
User friendly error message, present if and only if navigation has failed.
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.