Skip to main content
Go to Latest
interface default.Accessibility.AXValueSource
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { AXValueSource } = default.Accessibility;

A single source for a computed AX property.

Properties

What type of source this is.

optional
value: AXValue

The value of this property source.

optional
attribute: string

The name of the relevant attribute, if any.

optional
attributeValue: AXValue

The value of the relevant attribute, if any.

optional
superseded: boolean

Whether this source is superseded by a higher priority source.

optional
nativeSource: AXValueNativeSourceType

The native markup source for this value, e.g. a element.

optional
nativeSourceValue: AXValue

The value, such as a node or node list, of the native source.

optional
invalid: boolean

Whether the value for this property is invalid.

optional
invalidReason: string

Reason for the value being invalid, if it is.