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