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

712 B

Home > puppeteer > Protocol > Runtime > CallFunctionOnRequest > executionContextId

Protocol.Runtime.CallFunctionOnRequest.executionContextId property

Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.

Signature:

executionContextId?: ExecutionContextId;