mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Page > FrameScheduledNavigationEvent
Protocol.Page.FrameScheduledNavigationEvent interface
Fired when frame schedules a potential navigation.
Signature:
export interface FrameScheduledNavigationEvent
Properties
Property | Type | Description |
---|---|---|
delay | number | Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start. |
frameId | FrameId | Id of the frame that has scheduled a navigation. |
reason | ClientNavigationReason | The reason for the navigation. |
url | string | The destination URL for the scheduled navigation. |