Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.DOM.ResolveNodeRequest
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: NodeId

Id of the node to resolve.

optional
backendNodeId: DOM.BackendNodeId

Backend identifier of the node to resolve.

optional
objectGroup: string

Symbolic group name that can be used to release multiple objects.

optional
executionContextId: Runtime.ExecutionContextId

Execution context in which to resolve the node.