@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
7 lines • 479 B
TypeScript
import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js';
import type { InternalSaveScreenMethodOptions } from './save.interfaces.js';
/**
* Saves an image of the viewport of the desktop browser or the screen of a mobile device
*/
export default function saveScreen({ browserInstance, folders, instanceData, isNativeContext, tag, saveScreenOptions, }: InternalSaveScreenMethodOptions): Promise<ScreenshotOutput>;
//# sourceMappingURL=saveScreen.d.ts.map