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

    Function selectTableRow

    • Selects a table row by index.

      Parameters

      • page: TablePage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • rowIndex: number

        Zero-based row index.

      • Optionaloptions: TableOptions

        Table options.

      Returns Promise<void>

      `await selectTableRow(page, 'myTable', 0);`