UNPKG

wdio-wait-for

Version:

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

3 lines (2 loc) 168 B
import type { StringOrElement } from './../utils/element.types'; export declare const getElement: (selectorOrElement: StringOrElement) => Promise<WebdriverIO.Element>;