pl.wendigo.chrome.domain.page / FrameScheduledNavigationEvent

FrameScheduledNavigationEvent

data class FrameScheduledNavigationEvent : ProtocolEvent (source)

Represents event frames for Page.frameScheduledNavigation

Fired when frame schedules a potential navigation.

Constructors

<init>

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

Represents event frames for Page.frameScheduledNavigation

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