Gets the title 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 title text of the list item.
ControlError with ERR_CONTROL_AGGREGATION if the index is out of bounds.
ERR_CONTROL_AGGREGATION
const title = await feGetListItemTitle(page, 'myApp--productList', 0); Copy
const title = await feGetListItemTitle(page, 'myApp--productList', 0);
Gets the title of a list item at the specified index.