webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
8 lines • 346 B
TypeScript
/**
* 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: Record<string, unknown>, property: string): unknown;
//# sourceMappingURL=getProperty.d.ts.map