Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Accessibility.GetFullAXTreeRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Accessibility.GetFullAXTreeRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
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.