UNPKG

@wdio/image-comparison-core

Version:

Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework

7 lines 443 B
import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveScreenMethodOptions } from './save.interfaces.js'; /** * Saves an image of the viewport of the screen */ export default function saveWebScreen({ browserInstance, instanceData, folders, tag, saveScreenOptions, isNativeContext, }: InternalSaveScreenMethodOptions): Promise<ScreenshotOutput>; //# sourceMappingURL=saveWebScreen.d.ts.map