Returns the text value of a specific table cell.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
Zero-based column index.
Optional
Table options.
`const val = await getTableCellValue(page, 'myTable', 0, 1);` Copy
`const val = await getTableCellValue(page, 'myTable', 0, 1);`
Returns the text value of a specific table cell.