UNPKG

wdio-wait-for

Version:

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

3 lines (2 loc) 172 B
import type { StringOrElements } from './element.types'; export declare const getElements: (selectorOrElementArray: StringOrElements) => Promise<WebdriverIO.ElementArray>;