UNPKG

@wdio/image-comparison-core

Version:

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

7 lines 462 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 checkElement({ browserInstance, instanceData, folders, element, tag, checkElementOptions, isNativeContext, testContext, }: InternalCheckElementMethodOptions): Promise<ImageCompareResult | number>; //# sourceMappingURL=checkElement.d.ts.map