UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

12 lines (9 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = shadowRoot; var _shadowFnFactory = require("../../scripts/shadowFnFactory"); async function shadowRoot(selector) { return await this.$$((0, _shadowFnFactory.shadowFnFactory)(selector, true)); }