Skip to main content
Module

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

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