puppeteer/new-docs/puppeteer.protocol.runtime.runscriptrequest.executioncontextid.md

14 lines
710 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; [RunScriptRequest](./puppeteer.protocol.runtime.runscriptrequest.md) &gt; [executionContextId](./puppeteer.protocol.runtime.runscriptrequest.executioncontextid.md)
## Protocol.Runtime.RunScriptRequest.executionContextId property
Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
<b>Signature:</b>
```typescript
executionContextId?: ExecutionContextId;
```