pl.wendigo.chrome.api.page / FrameStoppedLoadingEvent

FrameStoppedLoadingEvent

data class FrameStoppedLoadingEvent : Event (source)

Fired when frame has stopped loading.

Link
Page#frameStoppedLoading event documentation.

Constructors

<init>

FrameStoppedLoadingEvent(frameId: FrameId)

Fired when frame has stopped loading.

Properties

frameId

val frameId: FrameId

Id of the frame that has stopped loading.

Inherited Functions

protocolDomain

fun protocolDomain(): String