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

    Function waitForTableData

    • Waits for table data to load with a minimum row count.

      Parameters

      • page: TablePage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • Optionaloptions: WaitForTableDataOptions

        Wait options.

      Returns Promise<void>

      Uses page.waitForFunction() with a browser-side predicate. Throws TimeoutError on timeout.

      `await waitForTableData(page, 'myTable', { minRows: 5 });`