UNPKG

@testplane/webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

7 lines (6 loc) 285 B
/** * 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;