puppeteer/new-docs/puppeteer.protocol.accessibility.md
Johan Bay 49f25e2412
feat(chromium) roll Chromium to r809590 (#6458)
This corresponds to Chromium 87.0.4272.0
This roll includes:
- Reland "idle-detection: Implement requestPermission() method"
  (crrev.com/c/2417779)
2020-10-01 08:24:47 +02:00

2.4 KiB

Home > puppeteer > Protocol > Accessibility

Protocol.Accessibility namespace

Signature:

export namespace Accessibility 

Interfaces

Interface Description
AXNode A node in the accessibility tree.
AXProperty
AXRelatedNode
AXValue A single computed AX property.
AXValueSource A single source for a computed AX property.
GetFullAXTreeResponse
GetPartialAXTreeRequest
GetPartialAXTreeResponse
QueryAXTreeRequest
QueryAXTreeResponse

Type Aliases

Type Alias Description
AXNodeId Unique accessibility node identifier.
AXPropertyName 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.
AXValueNativeSourceType Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
AXValueSourceType Enum of possible property sources.
AXValueType Enum of possible property types.