UNPKG

webdriverio

Version:

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

14 lines (11 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getValue; function getValue() { if (this.isW3C && !this.isMobile) { return this.getElementProperty(this.elementId, 'value'); } return this.getElementAttribute(this.elementId, 'value'); }