Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function getFilterValue

    • Returns the current filter value of a table column.

      Parameters

      • page: TableFilterSortPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • columnIndex: number

        Zero-based column index.

      Returns Promise<string | null>

      Filter value string, or null if the column is not filtered.

      ui5.table.getFilterValue

      Read the currently applied filter value for a UI5 table column.

      const filter = await getFilterValue(page, 'myTable', 0);