Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Accessibility.QueryAXTreeRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { QueryAXTreeRequest } = default.Accessibility;

Properties

optional
nodeId: DOM.NodeId

Identifier of the node for the root to query.

optional
backendNodeId: DOM.BackendNodeId

Identifier of the backend node for the root to query.

optional
objectId: Runtime.RemoteObjectId

JavaScript object id of the node wrapper for the root to query.

optional
accessibleName: string

Find nodes with this computed name.

optional
role: string

Find nodes with this computed role.