Clears all filter fields on the filter bar.
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.
await clearFilterBar(page, 'app--filterBar'); Copy
await clearFilterBar(page, 'app--filterBar');
Clears all filter fields on the filter bar.