Gets the number of items in a sap.m.List control.
sap.m.List
Playwright Page (or compatible subset).
The UI5 control ID of the list.
The number of items in the list.
ControlError if the list control is not found.
const count = await feGetListItemCount(page, 'myApp--productList'); Copy
const count = await feGetListItemCount(page, 'myApp--productList');
Gets the number of items in a
sap.m.Listcontrol.