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

14 lines
629 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [FrameScheduledNavigationEvent](./puppeteer.protocol.page.frameschedulednavigationevent.md) &gt; [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.
<b>Signature:</b>
```typescript
delay: number;
```