Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Accessibility

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

  • from 'busy' to 'roledescription': states which apply to every AX node
  • from 'live' to 'root': attributes which apply to nodes in live regions
  • from 'autocomplete' to 'valuetext': attributes which apply to widgets
  • from 'checked' to 'selected': states which apply to widgets
  • from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.

Enum of possible native property sources (as a subtype of a particular AXValueSourceType).

Enum of possible property sources.

Enum of possible property types.