UNPKG

@wdio/image-comparison-core

Version:

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

3 lines 346 B
import type { FullPageScreenshotsData, FullPageScreenshotDataOptions } from './screenshots.interfaces.js'; export declare function takeFullPageScreenshots(browserInstance: WebdriverIO.Browser, options: FullPageScreenshotDataOptions, shouldUseBidi?: boolean): Promise<FullPageScreenshotsData>; //# sourceMappingURL=takeFullPageScreenshots.d.ts.map