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