UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

10 lines (9 loc) 217 B
export type ElementState = { SELECTED: 'selected', HIGHLIGHTED: 'highlighted', DISABLED: 'disabled', NORMAL: 'normal', APPLICATION: 'application', FOCUSED: 'focused', RESERVED: 'reserved', };