UNPKG

@wdio/image-comparison-core

Version:

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

7 lines 468 B
import type { ImageCompareResult } from '../methods/images.interfaces.js'; import type { InternalCheckScreenMethodOptions } from './check.interfaces.js'; /** * Compare an image of the viewport of the screen */ export default function checkWebScreen({ browserInstance, instanceData, folders, tag, checkScreenOptions, isNativeContext, testContext, }: InternalCheckScreenMethodOptions): Promise<ImageCompareResult | number>; //# sourceMappingURL=checkWebScreen.d.ts.map