Returns row IDs from a UI5 table.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
`const rows = await getTableRows(page, 'myTable');` Copy
`const rows = await getTableRows(page, 'myTable');`
Returns row IDs from a UI5 table.