mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Accessibility > AXValue
Protocol.Accessibility.AXValue interface
A single computed AX property.
Signature:
export interface AXValue
Properties
Property | Type | Description |
---|---|---|
relatedNodes | AXRelatedNode[] | One or more related nodes, if applicable. |
sources | AXValueSource[] | The sources which contributed to the computation of this property. |
type | AXValueType | The type of this value. |
value | any | The computed value of this property. |