UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

10 lines (8 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getElementCSSValue; function getElementCSSValue(_, elem, propertyName) { return window.getComputedStyle(elem)[propertyName]; }