UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

15 lines (13 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = setWindowRect; async function setWindowRect(params) { const page = this.getPageHandle(); await page.setViewport(params); return { width: params.width, height: params.height }; }