UNPKG

@testplane/webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

7 lines (6 loc) 286 B
/** * 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>;