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