UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

17 lines (14 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = sendAlertText; async function sendAlertText({ text }) { if (!this.activeDialog) { throw new Error('no such alert'); } await this.activeDialog.accept(text); return null; }