puppeteer/new-docs/puppeteer.protocol.dom.getnodeforlocationresponse.frameid.md

14 lines
548 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; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodeForLocationResponse](./puppeteer.protocol.dom.getnodeforlocationresponse.md) &gt; [frameId](./puppeteer.protocol.dom.getnodeforlocationresponse.frameid.md)
## Protocol.DOM.GetNodeForLocationResponse.frameId property
Frame this node belongs to.
<b>Signature:</b>
```typescript
frameId: Page.FrameId;
```