UNPKG

webdriverio

Version:

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

5 lines 241 B
/** * Command implementation of the `saveRecordingScreen` command. */ export declare function saveRecordingScreen(this: WebdriverIO.Browser, filepath: string): Promise<Buffer<ArrayBuffer>>; //# sourceMappingURL=saveRecordingScreen.d.ts.map