Unable to click on 1st row value

Hi Team,

I unable to click on 1st row of below table. Both rows value are similar but, this type of below table occur sometime not every time. When this type of similar value appear in that case bot should always click on 1st row. How i can do this? Please help me.

Below table is sample eg:-

| Name | Reg Number |
| Smith | 1 |
| Smith | 1 |
| Smith | 1 |

@Prathamesh_Trimurti_Hulav Any idea?

Hi @Smitesh_Aher2 ,
is this data table is in web page?
Please check the selector where you will be find the attributes such as "TableRow" which will be keep on increasing as the row increases.
Using that you can click the required element.

Regards,

As @Jithesh_R Mentioned Please try using “TableRow”

Happy Automation