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.
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).