[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameScheduledNavigationEvent](./puppeteer.protocol.page.frameschedulednavigationevent.md) > [url](./puppeteer.protocol.page.frameschedulednavigationevent.url.md) ## Protocol.Page.FrameScheduledNavigationEvent.url property The destination URL for the scheduled navigation. Signature: ```typescript url: string; ```