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

    Function clickRow

    • Clicks (presses) a table row by index.

      Parameters

      • page: TableOperationsPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • rowIndex: number

        Zero-based row index.

      Returns Promise<void>

      ControlError if the row cannot be clicked.

      await clickRow(page, 'myTable', 2);