puppeteer/new-docs/puppeteer.protocol.page.frameschedulednavigationevent.url.md

14 lines
565 B
Markdown
Raw Normal View History

<!-- 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;
```