UNPKG

@testplane/webdriverio

Version:

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

8 lines (7 loc) 305 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: Record<string, unknown>, property: string): unknown;