Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Accessibility.GetFullAXTreeRequest
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: 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.