UNPKG

webdriverio

Version:

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

6 lines 300 B
/** * helper utility to refetch an element and all its parent elements when running * into stale element exception errors */ export default function refetchElement(currentElement: WebdriverIO.Element, commandName: string): Promise<WebdriverIO.Element>; //# sourceMappingURL=refetchElement.d.ts.map