@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
7 lines • 424 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 saveWebElement({ browserInstance, instanceData, folders, element, tag, saveElementOptions, }: InternalSaveElementMethodOptions): Promise<ScreenshotOutput>;
//# sourceMappingURL=saveWebElement.d.ts.map