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

670 B

Home > puppeteer > Protocol > Accessibility > AXValueNativeSourceType

Protocol.Accessibility.AXValueNativeSourceType type

Enum of possible native property sources (as a subtype of a particular AXValueSourceType).

Signature:

export type AXValueNativeSourceType = ('figcaption' | 'label' | 'labelfor' | 'labelwrapped' | 'legend' | 'tablecaption' | 'title' | 'other');