Skip to main content
Go to Latest
interface default.Accessibility.GetPartialAXTreeRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetPartialAXTreeRequest } = default.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.