Function: clearFilterBar()
clearFilterBar(
page,filterBarId,options?):Promise<void>
Defined in: src/fe/list-report.ts:274
Clears all filter fields on the filter bar.
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
Reset all filter fields on the filter bar to their default values.
Throws
ControlError if the filter bar is not found.
Example
await clearFilterBar(page, 'app--filterBar');