UNPKG

@luminati-io/webdriverio8

Version:

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

8 lines 322 B
/** * get property from element * @param {string} element element with requested property * @param {string} property requested property * @return {String} the value of the property */ export default function getProperty(element: any, property: string): any; //# sourceMappingURL=getProperty.d.ts.map