webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
7 lines • 333 B
TypeScript
/**
* check if element is within the viewport or is overlapped by another element or disabled
* @param {HTMLElement} elem element to check
* @return {Boolean} false if element is not overlapped
*/
export default function isElementClickable(elem: HTMLElement): boolean;
//# sourceMappingURL=isElementClickable.d.ts.map