pl.wendigo.chrome.api.page / NavigatedWithinDocumentEvent

NavigatedWithinDocumentEvent

data class NavigatedWithinDocumentEvent : Event (source)

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Link
Page#navigatedWithinDocument event documentation.

Constructors

<init>

NavigatedWithinDocumentEvent(frameId: FrameId, url: String)

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Properties

frameId

val frameId: FrameId

Id of the frame.

url

val url: String

Frame's new url.

Inherited Functions

protocolDomain

fun protocolDomain(): String