UNPKG

webdriverio

Version:

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

5 lines 232 B
/** * Command implementation of the `downloadFile` command. */ export declare function downloadFile(this: WebdriverIO.Browser, fileName: string, targetDirectory: string): Promise<object>; //# sourceMappingURL=downloadFile.d.ts.map