UNPKG

wdio-wait-for

Version:

a library of conditions that are useful for end-to-end tests

3 lines (2 loc) 126 B
export type StringOrElement = string | WebdriverIO.Element; export type StringOrElements = string | WebdriverIO.ElementArray;