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

14 lines
545 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) &gt; [frameId](./puppeteer.protocol.page.navigatedwithindocumentevent.frameid.md)
## Protocol.Page.NavigatedWithinDocumentEvent.frameId property
Id of the frame.
<b>Signature:</b>
```typescript
frameId: FrameId;
```