UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

13 lines (11 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = back; async function back() { delete this.currentFrame; const page = this.getPageHandle(); await page.goBack(); return null; }