1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Page > FrameRequestedNavigationEvent
Protocol.Page.FrameRequestedNavigationEvent interface
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
Signature:
export interface FrameRequestedNavigationEvent
Properties
Property | Type | Description |
---|---|---|
disposition | ClientNavigationDisposition | The disposition for the navigation. |
frameId | FrameId | Id of the frame that is being navigated. |
reason | ClientNavigationReason | The reason for the navigation. |
url | string | The destination URL for the requested navigation. |