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

14 lines
565 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; [url](./puppeteer.protocol.page.frameschedulednavigationevent.url.md)
## Protocol.Page.FrameScheduledNavigationEvent.url property
The destination URL for the scheduled navigation.
<b>Signature:</b>
```typescript
url: string;
```