import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AXValueSource } = Protocol.Accessibility;
A single source for a computed AX property.
Properties
type: AXValueSourceType
What type of source this is.
optional
value: AXValueThe value of this property source.
optional
attributeValue: AXValueThe value of the relevant attribute, if any.
optional
nativeSource: AXValueNativeSourceTypeThe native markup source for this value, e.g. a element.
optional
nativeSourceValue: AXValueThe value, such as a node or node list, of the native source.