data class FrameScheduledNavigationEvent : PageEventFired when frame schedules a potential navigation.
<init> |
Fired when frame schedules a potential navigation. FrameScheduledNavigationEvent(: FrameId, : Double, : ClientNavigationReason, : String) |
delay |
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start. val delay: Double |
frameId |
Id of the frame that has scheduled a navigation. val frameId: FrameId |
reason |
The reason for the navigation. val reason: ClientNavigationReason |
url |
The destination URL for the scheduled navigation. val url: String |