[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [Frame](./puppeteer.protocol.page.frame.md) > [url](./puppeteer.protocol.page.frame.url.md) ## Protocol.Page.Frame.url property Frame document's URL without fragment. Signature: ```typescript url: string; ```