Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function feGetListItemCount

    • Gets the number of items in a sap.m.List control.

      Parameters

      • page: FEListPage

        Playwright Page (or compatible subset).

      • listId: string

        The UI5 control ID of the list.

      Returns Promise<number>

      The number of items in the list.

      ControlError if the list control is not found.

      const count = await feGetListItemCount(page, 'myApp--productList');