Skip to main content
Go to Latest
interface Protocol.Accessibility.GetFullAXTreeRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetFullAXTreeRequest } = Protocol.Accessibility;

Properties

optional
depth: integer

The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.

optional
frameId: Page.FrameId

The frame for whose document the AX tree should be retrieved. If omited, the root frame is used.