UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

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