Appium: can be used for apps only with several values ("contentDescription", "text", "className", "resourceId") */ async grabAttributeFrom(locator, attr) { const res = await this._locate(locator, true); assertElementExists(res, locator); const commands = []; res.value.forEach(el =>...