data class FrameScheduledNavigationEvent : PageEvent
<init> |
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 |