Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function getRowCount

    • Returns the total row count from a UI5 table.

      Parameters

      • page: TableOperationsPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • Optionaloptions: TableOptions

        Table options.

      Returns Promise<number>

      Total number of rows.

      ui5.table.getRowCountAlt

      Read the total number of rows currently loaded in a UI5 table.

      Convenience wrapper around getTableRowCount from table.ts.

      const count = await getRowCount(page, 'myTable');