@Charitha_Manne Is there any way to search the related row data. For ex if it second row can we search any related data for second row so that it appears at the top then you can perform click
How many rows are displayed at one time in the table?
You will then need to use a do-while loop etc to find the relevant row in the datatable by scrolling if the selector is really unavailable if not visible.
One option is to use arrow keys to navigate the table - click on the first cell and arrow down X times to reach your relevant row.