FrameScheduledNavigationParameter

@Serializable
data class FrameScheduledNavigationParameter(val frameId: String, val delay: Double, val reason: Page.ClientNavigationReason, val url: String)

Fired when frame schedules a potential navigation.

Constructors

Link copied to clipboard
constructor(frameId: String, delay: Double, reason: Page.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.