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

    Function clearFilterBar

    • Clears all filter fields on the filter bar.

      Parameters

      • page: ListReportPage

        Playwright Page (or compatible subset).

      • filterBarId: string

        The UI5 control ID of the filter bar.

      • Optionaloptions: ListReportOptions

        Optional timeout and stability settings.

      Returns Promise<void>

      Reset all filter fields on the filter bar to their default values.

      fe.listReport.clearFilters

      ControlError if the filter bar is not found.

      await clearFilterBar(page, 'app--filterBar');