14 lines
595 B
Markdown
14 lines
595 B
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) > [executionContextId](./puppeteer.protocol.dom.resolvenoderequest.executioncontextid.md)
|
|
|
|
## Protocol.DOM.ResolveNodeRequest.executionContextId property
|
|
|
|
Execution context in which to resolve the node.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
executionContextId?: Runtime.ExecutionContextId;
|
|
```
|