import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { DescribeNodeRequest } = default.DOM;
Properties
optional
nodeId: NodeIdIdentifier of the node.
optional
backendNodeId: BackendNodeIdIdentifier of the backend node.
optional
objectId: Runtime.RemoteObjectIdJavaScript object id of the node wrapper.
optional
depth: integerThe maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.