data class FrameRequestedNavigationEvent : PageEvent
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
<init> |
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued. FrameRequestedNavigationEvent(: FrameId, : ClientNavigationReason, : String, : ClientNavigationDisposition) |
disposition |
The disposition for the navigation. val disposition: ClientNavigationDisposition |
frameId |
Id of the frame that is being navigated. val frameId: FrameId |
reason |
The reason for the navigation. val reason: ClientNavigationReason |
url |
The destination URL for the requested navigation. val url: String |