UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

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