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 { InternalCheckElementMethodOptions } from './check.interfaces.js'; /** * Compare an image of the element */ export default function checkWebElement({ browserInstance, instanceData, folders, element, tag, checkElementOptions, testContext, isNativeContext, }: InternalCheckElementMethodOptions): Promise<ImageCompareResult | number>; //# sourceMappingURL=checkWebElement.d.ts.map