Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Accessibility.GetPartialAXTreeRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetPartialAXTreeRequest } = Protocol.Accessibility;

Properties

optional
nodeId: DOM.NodeId

Identifier of the node to get the partial accessibility tree for.

optional
backendNodeId: DOM.BackendNodeId

Identifier of the backend node to get the partial accessibility tree for.

optional
objectId: Runtime.RemoteObjectId

JavaScript object id of the node wrapper to get the partial accessibility tree for.

optional
fetchRelatives: boolean

Whether to fetch this nodes ancestors, siblings and children. Defaults to true.