mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
710 B
710 B
Home > puppeteer > Protocol > Runtime > RunScriptRequest > executionContextId
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.
Signature:
executionContextId?: ExecutionContextId;