UNPKG

@wdio/image-comparison-core

Version:

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

7 lines 455 B
import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveTabbablePageMethodOptions } from './save.interfaces.js'; /** * Saves an image of all tab executions */ export default function saveTabbablePage({ browserInstance, instanceData, isNativeContext, folders, tag, saveTabbableOptions, }: InternalSaveTabbablePageMethodOptions): Promise<ScreenshotOutput>; //# sourceMappingURL=saveTabbablePage.d.ts.map