puppeteer/new-docs/puppeteer.protocol.page.navigationentry.url.md
2020-07-13 14:01:35 +01:00

14 lines
496 B
Markdown

<!-- 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; [NavigationEntry](./puppeteer.protocol.page.navigationentry.md) &gt; [url](./puppeteer.protocol.page.navigationentry.url.md)
## Protocol.Page.NavigationEntry.url property
URL of the navigation history entry.
<b>Signature:</b>
```typescript
url: string;
```