pl.wendigo.chrome.domain.page / FrameNavigatedEvent

FrameNavigatedEvent

data class FrameNavigatedEvent : ProtocolEvent (source)

Represents event frames for Page.frameNavigated

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

Constructors

<init>

FrameNavigatedEvent(frame: Frame)

Represents event frames for Page.frameNavigated

Properties

frame

val frame: Frame

Frame object.

Inherited Functions

protocolDomain

fun protocolDomain(): String