UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

15 lines (12 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getActiveElement; function getActiveElement(_, dataProperty) { if (!document.activeElement) { return false; } document.activeElement.setAttribute(dataProperty, true); return true; }