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