Function: executeSearch()
executeSearch(
page,filterBarId,options?):Promise<void>
Defined in: src/fe/list-report.ts:239
Executes search on the filter bar (Go button). Waits for UI5 stability after.
Parameters
page
Playwright Page (or compatible subset).
filterBarId
string
The UI5 control ID of the filter bar.
options?
Optional timeout and stability settings.
Returns
Promise<void>
Intent
Trigger the filter bar search (equivalent to pressing the Go button).
Throws
ControlError if the filter bar is not found or has no search method.
Example
await executeSearch(page, 'app--filterBar');