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