puppeteer/new-docs/puppeteer.protocol.accessibility.axvaluetype.md
2020-07-13 14:01:35 +01:00

693 B

Home > puppeteer > Protocol > Accessibility > AXValueType

Protocol.Accessibility.AXValueType type

Enum of possible property types.

Signature:

export type AXValueType = ('boolean' | 'tristate' | 'booleanOrUndefined' | 'idref' | 'idrefList' | 'integer' | 'node' | 'nodeList' | 'number' | 'string' | 'computedString' | 'token' | 'tokenList' | 'domRelation' | 'role' | 'internalRole' | 'valueUndefined');