UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

15 lines (13 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = setTimeouts; async function setTimeouts({ implicit, pageLoad, script }) { await this.setTimeouts(implicit, pageLoad, script); return null; }