Selects a table row by index.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
Optional
Table options.
`await selectTableRow(page, 'myTable', 0);` Copy
`await selectTableRow(page, 'myTable', 0);`
Selects a table row by index.