puppeteer/new-docs/puppeteer.protocol.page.navigationentry.title.md

14 lines
506 B
Markdown
Raw Normal View History

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