1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > DOM > DescribeNodeRequest
Protocol.DOM.DescribeNodeRequest interface
Signature:
export interface DescribeNodeRequest
Properties
Property | Type | Description |
---|---|---|
backendNodeId | BackendNodeId | Identifier of the backend node. |
depth | integer | The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0. |
nodeId | NodeId | Identifier of the node. |
objectId | Runtime.RemoteObjectId | JavaScript object id of the node wrapper. |
pierce | boolean | Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false). |