0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.protocol.runtime.evaluaterequest.contextid.md
2020-07-13 14:01:35 +01:00

670 B

Home > puppeteer > Protocol > Runtime > EvaluateRequest > contextId

Protocol.Runtime.EvaluateRequest.contextId property

Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

Signature:

contextId?: ExecutionContextId;