UNPKG

@testplane/webdriverio

Version:

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

7 lines (6 loc) 224 B
/** * check if element is visible * @param {HTMLElement} elem element to check * @return {Boolean} true if element is within viewport */ export default function isElementDisplayed(element: Element): boolean;