Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Accessibility.AXValue

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Accessibility.AXValue
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { AXValue } = Protocol.Accessibility;

A single computed AX property.

Properties

type: AXValueType

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.