UNPKG

@wdio/image-comparison-core

Version:

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

6 lines 280 B
import type { ElementPosition } from './elementPosition.interfaces.js'; /** * Get the position of the element to the top of the DOM */ export default function getElementPositionTopDom(element: HTMLElement): ElementPosition; //# sourceMappingURL=getElementPositionTopDom.d.ts.map