Executes search on the filter bar (Go button). Waits for UI5 stability after.
Playwright Page (or compatible subset).
The UI5 control ID of the filter bar.
Optional
Optional timeout and stability settings.
ControlError if the filter bar is not found or has no search method.
await executeSearch(page, 'app--filterBar'); Copy
await executeSearch(page, 'app--filterBar');
Executes search on the filter bar (Go button). Waits for UI5 stability after.