UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

18 lines (13 loc) 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getWindowSize; var _utils = require("../../utils"); function getWindowSize() { const browser = (0, _utils.getBrowserObject)(this); if (!browser.isW3C) { return browser._getWindowSize(); } return browser.getWindowRect(); }