Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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.

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