Function: executeSearch()
executeSearch(
page,filterBarId,options?):Promise<void>
Defined in: src/fe/list-report.ts:215
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>
Throws​
ControlError if the filter bar is not found or has no search method.
Example​
await executeSearch(page, 'app--filterBar');