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

    Function ensureRowVisible

    • Ensures a table row is visible by scrolling if needed (grid tables only).

      Parameters

      • page: TableOperationsPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • rowIndex: number

        Zero-based row index.

      Returns Promise<void>

      For responsive tables this is a no-op since they auto-scroll.

      await ensureRowVisible(page, 'gridTable', 50);