UNPKG

webdriverio

Version:

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

8 lines (7 loc) 139 B
// src/scripts/getProperty.ts function getProperty(element, property) { return element[property]; } export { getProperty as default };