UNPKG

webdriverio

Version:

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

8 lines (7 loc) 179 B
// src/scripts/newWindow.ts function newWindow(url, windowName, windowFeatures) { window.open(url, windowName || "", windowFeatures || ""); } export { newWindow as default };