Navigates to a table item by row index. Fires press/tap on the row.
Playwright Page (or compatible subset).
The UI5 control ID of the table.
Zero-based row index to navigate to.
Optional
Optional timeout and stability settings.
ControlError if the table is not found or the index is out of bounds.
await navigateToItem(page, 'app--table', 0); Copy
await navigateToItem(page, 'app--table', 0);
Navigates to a table item by row index. Fires press/tap on the row.