Natasha_2012
10 years agoContributor
how to select an invisible row
I have a table object. My row is currently invisible to user as the list to display is too long and we can display a certain amount of rows at a time. From that table object, I can retrieve that invisible row object.
My problem here is that I cannot select that row object. If it is visible on the screen, I can use RowObject.Click to select the row
I found this, tried but it is not working https://support.smartbear.com/viewarticle/84359/#_ga=1.202033558.646767055.1476345595
Call TableObject.ClickCell(row,col,skNoShift) but it does not work.
I have error Unable to find he object ClickCell(row,col,skNoShift).
Please note, table object is a DataGrid
Kind Regards
Nat