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