chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / FrameStoppedLoadingEvent

FrameStoppedLoadingEvent

data class FrameStoppedLoadingEvent : PageEvent

Fired when frame has stopped loading.

Official doc

Constructors

<init>

Fired when frame has stopped loading.

FrameStoppedLoadingEvent(frameId: FrameId)

Properties

frameId

Id of the frame that has stopped loading.

val frameId: FrameId