UNPKG

@wdio/image-comparison-core

Version:

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

6 lines 329 B
import type { RectanglesOutput } from '../methods/rectangles.interfaces.js'; /** * Get the click and dimensions of the mobile webview and remove the overlay */ export declare function getMobileWebviewClickAndDimensions(overlaySelector: string): RectanglesOutput; //# sourceMappingURL=getMobileWebviewClickAndDimensions.d.ts.map