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

    Function selectRowByValues

    • Finds a row by column values and selects it.

      Parameters

      • page: TableOperationsPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • columnValues: ColumnValueCriteria

        Column name to expected value mapping.

      • Optionaloptions: TableOptions

        Table options.

      Returns Promise<void>

      ControlError if no matching row is found.

      await selectRowByValues(page, 'myTable', { Name: 'Alice' });