Finds the filter bar on a List Report page (SmartFilterBar first, then MDC FilterBar).
Playwright Page (or compatible subset).
Optional
Optional timeout settings.
The control ID of the filter bar.
Discover the filter bar control on a Fiori Elements List Report page.
fe.listReport.getFilterBar
ControlError if no filter bar control is found.
const filterBarId = await getFilterBar(page); Copy
const filterBarId = await getFilterBar(page);
Finds the filter bar on a List Report page (SmartFilterBar first, then MDC FilterBar).