pl.wendigo.chrome.api.page / FrameScheduledNavigationEvent

FrameScheduledNavigationEvent

data class FrameScheduledNavigationEvent : Event (source)

Fired when frame schedules a potential navigation.

Link
Page#frameScheduledNavigation event documentation.

Constructors

<init>

FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: String, url: String)

Fired when frame schedules a potential navigation.

Properties

delay

val delay: Double

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

frameId

val frameId: FrameId

Id of the frame that has scheduled a navigation.

reason

val reason: String

The reason for the navigation.

url

val url: String

The destination URL for the scheduled navigation.

Inherited Functions

protocolDomain

fun protocolDomain(): String