UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

14 lines (11 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cleanUp; function cleanUp(elem, dataProperty) { const elems = Array.isArray(elem) ? elem : [elem]; for (const el of elems) { el.removeAttribute(dataProperty); } }