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

    Function getFilterBar

    • Finds the filter bar on a List Report page (SmartFilterBar first, then MDC FilterBar).

      Parameters

      Returns Promise<string>

      The control ID of the filter bar.

      Discover the filter bar control on a Fiori Elements List Report page.

      fe.listReport.getFilterBar

      ControlError if no filter bar control is found.

      const filterBarId = await getFilterBar(page);