Playwright Page (or compatible subset).
The UI5 control ID of the table.
Zero-based row index.
The column header text to match.
The text content of the cell.
Looks up the column index by matching header text, then reads the cell value.
For responsive tables, uses getItems()[row].getCells()[col].
For grid tables, uses getRows()[row].getCells()[col].
Gets the text value of a cell in a UI5 table at the given row index and column name.