FrameScheduledNavigation

@Serializable
data class FrameScheduledNavigation(val frameId: FrameId, val delay: Double, val reason: ClientNavigationReason, val url: String) : PageEvent(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Fired when frame schedules a potential navigation.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String)

Properties

Link copied to clipboard

Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.

Link copied to clipboard

Id of the frame that has scheduled a navigation.

Link copied to clipboard

The reason for the navigation.

Link copied to clipboard
val url: String

The destination URL for the scheduled navigation.