pl.wendigo.chrome.domain.page / FrameClearedScheduledNavigationEvent

FrameClearedScheduledNavigationEvent

data class FrameClearedScheduledNavigationEvent : ProtocolEvent (source)

Represents event frames for Page.frameClearedScheduledNavigation

Fired when frame no longer has a scheduled navigation.

Constructors

<init>

FrameClearedScheduledNavigationEvent(frameId: FrameId)

Represents event frames for Page.frameClearedScheduledNavigation

Properties

frameId

val frameId: FrameId

Id of the frame that has cleared its scheduled navigation.

Inherited Functions

protocolDomain

fun protocolDomain(): String