puppeteer/new-docs/puppeteer.protocol.runtime.evaluaterequest.contextid.md

14 lines
670 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [EvaluateRequest](./puppeteer.protocol.runtime.evaluaterequest.md) &gt; [contextId](./puppeteer.protocol.runtime.evaluaterequest.contextid.md)
## Protocol.Runtime.EvaluateRequest.contextId property
Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
<b>Signature:</b>
```typescript
contextId?: ExecutionContextId;
```