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

    Function setFilterBarField

    • Sets a filter field value on the filter bar.

      Parameters

      • page: ListReportPage

        Playwright Page (or compatible subset).

      • filterBarId: string

        The UI5 control ID of the filter bar.

      • fieldName: string

        The name/key of the filter field.

      • value: string

        The value to set.

      • Optionaloptions: ListReportOptions

        Optional timeout and stability settings.

      Returns Promise<void>

      Set a filter field value on the SmartFilterBar or MDC FilterBar.

      fe.listReport.setFilter

      ControlError if the filter bar or field is not found.

      await setFilterBarField(page, 'app--filterBar', 'CompanyCode', '1000');