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

    Function getTableCellValue

    • Returns the text value of a specific table cell.

      Parameters

      • page: TablePage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • rowIndex: number

        Zero-based row index.

      • colIndex: number

        Zero-based column index.

      • Optionaloptions: TableOptions

        Table options.

      Returns Promise<string>

      `const val = await getTableCellValue(page, 'myTable', 0, 1);`