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

2.1 KiB

Home > puppeteer > Protocol > Accessibility > AXValueSource

Protocol.Accessibility.AXValueSource interface

A single source for a computed AX property.

Signature:

export interface AXValueSource 

Properties

Property Type Description
attribute string The name of the relevant attribute, if any.
attributeValue AXValue The value of the relevant attribute, if any.
invalid boolean Whether the value for this property is invalid.
invalidReason string Reason for the value being invalid, if it is.
nativeSource AXValueNativeSourceType The native markup source for this value, e.g. a element.
nativeSourceValue AXValue The value, such as a node or node list, of the native source.
superseded boolean Whether this source is superseded by a higher priority source.
type AXValueSourceType What type of source this is.
value AXValue The value of this property source.