import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetFullAXTreeRequest } = default.Accessibility;
Properties
optional
depth: integerThe maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.
optional
frameId: Page.FrameIdThe frame for whose document the AX tree should be retrieved. If omited, the root frame is used.