Sets a table cell value via inner control interaction.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
Zero-based column index.
The value to set.
ControlError if the cell cannot be edited.
await setTableCellValue(page, 'myTable', 0, 1, 'New Value'); Copy
await setTableCellValue(page, 'myTable', 0, 1, 'New Value');
Sets a table cell value via inner control interaction.