@wdio/image-comparison-core
Version:
Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework
3 lines • 337 B
TypeScript
import type { ElementScreenshotDataOptions, ElementScreenshotData } from './screenshots.interfaces.js';
export declare function takeElementScreenshot(browserInstance: WebdriverIO.Browser, options: ElementScreenshotDataOptions, shouldUseBidi?: boolean): Promise<ElementScreenshotData>;
//# sourceMappingURL=takeElementScreenshots.d.ts.map