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

      ControlError if no filter bar control is found.

      const filterBarId = await getFilterBar(page);