import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetAXNodeAndAncestorsRequest } = Protocol.Accessibility;
Properties
optional
nodeId: DOM.NodeIdIdentifier of the node to get.
optional
backendNodeId: DOM.BackendNodeIdIdentifier of the backend node to get.
optional
objectId: Runtime.RemoteObjectIdJavaScript object id of the node wrapper to get.