puppeteer/new-docs/puppeteer.protocol.accessibility.axvalue.md
2020-07-13 14:01:35 +01:00

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.