FrameClearedScheduledNavigation

@Serializable
data class FrameClearedScheduledNavigation(val frameId: FrameId) : PageEvent(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Fired when frame no longer has a scheduled navigation.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

Id of the frame that has cleared its scheduled navigation.