@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
3 lines • 313 B
TypeScript
import type { WebScreenshotDataOptions, WebScreenshotData } from './screenshots.interfaces.js';
export declare function takeWebScreenshot(browserInstance: WebdriverIO.Browser, options: WebScreenshotDataOptions, shouldUseBidi?: boolean): Promise<WebScreenshotData>;
//# sourceMappingURL=takeWebScreenshots.d.ts.map