UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

10 lines (8 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = newWindow; function newWindow(url, windowName, windowFeatures) { window.open(url, windowName || 'new window', windowFeatures || ''); }