[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameScheduledNavigationEvent](./puppeteer.protocol.page.frameschedulednavigationevent.md) > [delay](./puppeteer.protocol.page.frameschedulednavigationevent.delay.md) ## Protocol.Page.FrameScheduledNavigationEvent.delay property Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start. Signature: ```typescript delay: number; ```