Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOM.ResolveNodeRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOM.ResolveNodeRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ResolveNodeRequest } = Protocol.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.