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. |