UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

16 lines (13 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = acceptAlert; async function acceptAlert() { if (!this.activeDialog) { throw new Error('no such alert'); } await this.activeDialog.accept(); delete this.activeDialog; return null; }