UNPKG

webdriverio

Version:

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

8 lines (7 loc) 134 B
// src/scripts/isFocused.ts function isFocused(elem) { return elem === document.activeElement; } export { isFocused as default };