pl.wendigo.chrome.api.page / FrameNavigatedEvent

FrameNavigatedEvent

data class FrameNavigatedEvent : Event (source)

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Link
Page#frameNavigated event documentation.

Constructors

<init>

FrameNavigatedEvent(frame: Frame)

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Properties

frame

val frame: Frame

Frame object.

Inherited Functions

protocolDomain

fun protocolDomain(): String