UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

15 lines (13 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = navigateTo; async function navigateTo({ url }) { delete this.currentFrame; const page = this.getPageHandle(); await page.goto(url); return null; }