Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function executeSearch

    • Executes search on the filter bar (Go button). Waits for UI5 stability after.

      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>

      ControlError if the filter bar is not found or has no search method.

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