Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Accessibility.AXValue
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AXValue } = Protocol.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.