import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ResolveNodeRequest } = Protocol.DOM;
Properties
optional
nodeId: NodeIdId of the node to resolve.
optional
backendNodeId: DOM.BackendNodeIdBackend identifier of the node to resolve.
optional
executionContextId: Runtime.ExecutionContextIdExecution context in which to resolve the node.