UNPKG

@testplane/webdriverio

Version:

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

6 lines (5 loc) 256 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>;