UNPKG

@wdio/image-comparison-core

Version:

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

6 lines 404 B
import type { BeforeScreenshotOptions, BeforeScreenshotResult } from './beforeScreenshot.interfaces.js'; /** * Methods that need to be executed before a screenshot will be taken */ export default function beforeScreenshot(browserInstance: WebdriverIO.Browser, options: BeforeScreenshotOptions, addShadowPadding?: boolean): Promise<BeforeScreenshotResult>; //# sourceMappingURL=beforeScreenshot.d.ts.map