puppeteer/new-docs/puppeteer.protocol.runtime.compilescriptrequest.executioncontextid.md
2020-07-13 14:01:35 +01:00

726 B

Home > puppeteer > Protocol > Runtime > CompileScriptRequest > executionContextId

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.

Signature:

executionContextId?: ExecutionContextId;