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

    Function getListReportTable

    • Finds the main table on a List Report page (SmartTable first, then MDC Table).

      Parameters

      Returns Promise<string>

      The control ID of the table.

      Discover the main table control on a Fiori Elements List Report page.

      fe.listReport.getTable

      ControlError if no table control is found.

      const tableId = await getListReportTable(page);