import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ResolveNodeRequest } = default.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.