UNPKG

@wdio/image-comparison-core

Version:

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

6 lines 270 B
import type { ElementPosition } from './elementPosition.interfaces.js'; /** * Get the element position relative to the viewport */ export declare function getBoundingClientRect(element: HTMLElement): ElementPosition; //# sourceMappingURL=getBoundingClientRect.d.ts.map