22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [ResolveNodeRequest](./puppeteer.protocol.dom.resolvenoderequest.md)
|
||
|
|
||
|
## Protocol.DOM.ResolveNodeRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ResolveNodeRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [backendNodeId](./puppeteer.protocol.dom.resolvenoderequest.backendnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Backend identifier of the node to resolve. |
|
||
|
| [executionContextId](./puppeteer.protocol.dom.resolvenoderequest.executioncontextid.md) | [Runtime.ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Execution context in which to resolve the node. |
|
||
|
| [nodeId](./puppeteer.protocol.dom.resolvenoderequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to resolve. |
|
||
|
| [objectGroup](./puppeteer.protocol.dom.resolvenoderequest.objectgroup.md) | string | Symbolic group name that can be used to release multiple objects. |
|
||
|
|