Clicks (presses) a table row by index.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
ControlError if the row cannot be clicked.
await clickRow(page, 'myTable', 2); Copy
await clickRow(page, 'myTable', 2);
Clicks (presses) a table row by index.