UNPKG

webdriverio

Version:

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

10 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getAttribute; function getAttribute(attributeName) { return this.getElementAttribute(this.elementId, attributeName); }