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