Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
interface
inspector.Runtime.RunScriptParameterType
interface RunScriptParameterType
- executionContextId?: number
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.
- includeCommandLineAPI?: boolean
Determines whether Command Line API should be available during the evaluation.
- returnByValue?: boolean
Whether the result is expected to be a JSON object which should be sent by value.
- silent?: boolean
In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.