Returns the cell text at a given row and column name.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
Column header text.
Optional
Table options.
Cell text value.
ControlError if the column name is not found.
const val = await getCellByColumnName(page, 'myTable', 0, 'Status'); Copy
const val = await getCellByColumnName(page, 'myTable', 0, 'Status');
Returns the cell text at a given row and column name.