UNPKG

suitest-js-api

Version:

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

8 lines (7 loc) 124 B
export type CookieProp = { VALUE: 'value', DOMAIN: 'domain', PATH: 'path', HTTP_ONLY: 'httpOnly', SECURE: 'secure', };