14 lines
551 B
Markdown
14 lines
551 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) > [frameId](./puppeteer.protocol.domsnapshot.domnode.frameid.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.DOMNode.frameId property
|
||
|
|
||
|
Frame ID for frame owner elements and also for the document node.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
frameId?: Page.FrameId;
|
||
|
```
|