Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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.

      ControlError if no table control is found.

      const tableId = await getListReportTable(page);