Gets the description of a list item at the specified index.
Playwright Page (or compatible subset).
The UI5 control ID of the list.
Zero-based index of the item.
The description text of the list item, or empty string if none.
ControlError with ERR_CONTROL_AGGREGATION if the index is out of bounds.
ERR_CONTROL_AGGREGATION
const desc = await feGetListItemDescription(page, 'myApp--productList', 0); Copy
const desc = await feGetListItemDescription(page, 'myApp--productList', 0);
Gets the description of a list item at the specified index.