[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [NavigationEntry](./puppeteer.protocol.page.navigationentry.md) > [url](./puppeteer.protocol.page.navigationentry.url.md) ## Protocol.Page.NavigationEntry.url property URL of the navigation history entry. Signature: ```typescript url: string; ```