import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { RunScriptRequest } = Protocol.Runtime;
Properties
scriptId: ScriptId
Id of the script to run.
optional
executionContextId: ExecutionContextIdSpecifies 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.
In silent mode exceptions thrown during evaluation are not reported and do not pause
execution. Overrides setPauseOnException
state.
Determines whether Command Line API should be available during the evaluation.
Whether the result is expected to be a JSON object which should be sent by value.