mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > DOM > ResolveNodeRequest
Protocol.DOM.ResolveNodeRequest interface
Signature:
export interface ResolveNodeRequest
Properties
Property | Type | Description |
---|---|---|
backendNodeId | DOM.BackendNodeId | Backend identifier of the node to resolve. |
executionContextId | Runtime.ExecutionContextId | Execution context in which to resolve the node. |
nodeId | NodeId | Id of the node to resolve. |
objectGroup | string | Symbolic group name that can be used to release multiple objects. |