Programmatically select a table row

@internationalcovidsu
I meant if you run the exact code you posted.
The first row (not including header) is index 0.
So the 6th row has index 5.
If you don’t have at least 6 rows, you won’t be able to run $w ( #myTable ). selectRow ( 5 ); as this row doesn’t exist