import { Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Accessibility } = Protocol;
Interfaces
A node in the accessibility tree. | |
A single computed AX property. | |
A single source for a computed AX property. | |
The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading. | |
The nodesUpdated event is sent every time a previously requested node has changed the in tree. | |
Type Aliases
Unique accessibility node identifier. | |
Values of AXProperty name:
| |
Enum of possible native property sources (as a subtype of a particular AXValueSourceType). | |
Enum of possible property sources. | |
Enum of possible property types. |