UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

14 lines (11 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getAlertText; function getAlertText() { if (!this.activeDialog) { throw new Error('no such alert'); } return this.activeDialog.message(); }