data class NavigatedWithinDocumentEvent : PageEvent
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
<init> |
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation. NavigatedWithinDocumentEvent(: FrameId, : String) |
frameId |
Id of the frame. val frameId: FrameId |
url |
Frame's new url. val url: String |