UNPKG

wdio-custom-commands-matchers

Version:

Custom wdio command and matchers

15 lines (13 loc) 303 B
declare namespace WebdriverIO { interface Element { toHaveInputBorder(options: { mode: 'dark' | 'light'; type: 'valid' | 'invalid'; }): Promise<void>; } } declare namespace ExpectWebdriverIO { interface Matchers<R, T> { toHaveSpecialClass(expectedClass: string): R; } }