struct Protocol::Page::NavigatedWithinDocument
- Protocol::Page::NavigatedWithinDocument
- Struct
- Value
- Object
Overview
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#frame_id : FrameId
Id of the frame.
-
#url : String
Frame's new url.