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

A single computed AX property.

Properties

The type of this value.

optional
value: any

The computed value of this property.

optional
relatedNodes: AXRelatedNode[]

One or more related nodes, if applicable.

optional
sources: AXValueSource[]

The sources which contributed to the computation of this property.