pl.wendigo.chrome.domain.page / FrameStoppedLoadingEvent

FrameStoppedLoadingEvent

data class FrameStoppedLoadingEvent : ProtocolEvent (source)

Represents event frames for Page.frameStoppedLoading

Fired when frame has stopped loading.

Constructors

<init>

FrameStoppedLoadingEvent(frameId: FrameId)

Represents event frames for Page.frameStoppedLoading

Properties

frameId

val frameId: FrameId

Id of the frame that has stopped loading.

Inherited Functions

protocolDomain

fun protocolDomain(): String