@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
7 lines • 435 B
TypeScript
import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js';
import type { InternalSaveElementMethodOptions } from './save.interfaces.js';
/**
* Saves an image of an element
*/
export default function saveElement({ browserInstance, element, folders, instanceData, isNativeContext, saveElementOptions, tag, }: InternalSaveElementMethodOptions): Promise<ScreenshotOutput>;
//# sourceMappingURL=saveElement.d.ts.map