UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

11 lines (9 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isExisting; function isExisting() { const method = this.isReactElement ? 'react$$' : '$$'; return this.parent[method](this.selector).then(res => res.length > 0); }