Finds a row by column values and selects it.
Playwright Page (or compatible subset).
The UI5 control ID.
Column name to expected value mapping.
Optional
Table options.
ControlError if no matching row is found.
await selectRowByValues(page, 'myTable', { Name: 'Alice' }); Copy
await selectRowByValues(page, 'myTable', { Name: 'Alice' });
Finds a row by column values and selects it.