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

FrameClearedScheduledNavigationEvent

data class FrameClearedScheduledNavigationEvent : PageEvent
Deprecated: Deprecated in the Chrome DevTools protocol

Fired when frame no longer has a scheduled navigation.

Official doc

Constructors

<init>

Fired when frame no longer has a scheduled navigation.

FrameClearedScheduledNavigationEvent(frameId: FrameId)

Properties

frameId

Id of the frame that has cleared its scheduled navigation.

val frameId: FrameId