@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
7 lines • 462 B
TypeScript
import type { ImageCompareResult } from '../index.js';
import type { InternalCheckTabbablePageMethodOptions } from './check.interfaces.js';
/**
* Compare an image with all tab executions
*/
export default function checkTabbablePage({ browserInstance, checkTabbableOptions, folders, instanceData, isNativeContext, tag, testContext, }: InternalCheckTabbablePageMethodOptions): Promise<ImageCompareResult | number>;
//# sourceMappingURL=checkTabbablePage.d.ts.map