webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
7 lines • 328 B
TypeScript
/**
* wait on element if:
* - elementId couldn't be fetched in the first place
* - command is not explicit wait command for existance or displayedness
*/
export default function implicitWait(currentElement: WebdriverIO.Element, commandName: string): Promise<WebdriverIO.Element>;
//# sourceMappingURL=implicitWait.d.ts.map