Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 693 Bytes

puppeteer.protocol.accessibility.axvaluetype.md

File metadata and controls

13 lines (8 loc) · 693 Bytes

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');