puppeteer/new-docs/puppeteer.protocol.page.navigatedwithindocumentevent.md

22 lines
899 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; [NavigatedWithinDocumentEvent](./puppeteer.protocol.page.navigatedwithindocumentevent.md)
## Protocol.Page.NavigatedWithinDocumentEvent interface
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
<b>Signature:</b>
```typescript
export interface NavigatedWithinDocumentEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.page.navigatedwithindocumentevent.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Id of the frame. |
| [url](./puppeteer.protocol.page.navigatedwithindocumentevent.url.md) | string | Frame's new url. |