import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { EvaluateOnCallFrameRequest } = default.Debugger;
Properties
callFrameId: CallFrameId
Call frame identifier to evaluate on.
String object group name to put result into (allows rapid releasing resulting object handles
using releaseObjectGroup
).
Specifies whether command line API should be available to the evaluated expression, defaults to false.
In silent mode exceptions thrown during evaluation are not reported and do not pause
execution. Overrides setPauseOnException
state.
Whether the result is expected to be a JSON object that should be sent by value.
Whether to throw an exception if side effect cannot be ruled out during evaluation.
optional
timeout: Runtime.TimeDeltaTerminate execution after timing out (number of milliseconds).