Sets a filter field value on the filter bar.
Playwright Page (or compatible subset).
The UI5 control ID of the filter bar.
The name/key of the filter field.
The value to set.
Optional
Optional timeout and stability settings.
ControlError if the filter bar or field is not found.
await setFilterBarField(page, 'app--filterBar', 'CompanyCode', '1000'); Copy
await setFilterBarField(page, 'app--filterBar', 'CompanyCode', '1000');
Sets a filter field value on the filter bar.