import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SetVariableValueRequest } = default.Debugger;
Properties
scopeNumber: integer
0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
newValue: Runtime.CallArgument
New variable value.
callFrameId: CallFrameId
Id of callframe that holds variable.