puppeteer/new-docs/puppeteer.protocol.page.frameschedulednavigationevent.md
2020-07-13 14:01:35 +01:00

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.