UNPKG

@wdio/image-comparison-core

Version:

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

7 lines 400 B
import type { AfterScreenshotOptions, ScreenshotOutput } from './afterScreenshot.interfaces.js'; /** * Methods that need to be executed after a screenshot has been taken * to set all back to the original state */ export default function afterScreenshot(browserInstance: WebdriverIO.Browser, options: AfterScreenshotOptions): Promise<ScreenshotOutput>; //# sourceMappingURL=afterScreenshot.d.ts.map