<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CompileScriptRequest](./puppeteer.protocol.runtime.compilescriptrequest.md) > [executionContextId](./puppeteer.protocol.runtime.compilescriptrequest.executioncontextid.md) ## Protocol.Runtime.CompileScriptRequest.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; ```