How to click the exact aaname text.inside each row. If the table row is not unique

Hi Guys,

I have a table extracted using data scrapping… So here in mu first column… I will get some dates like below…

Column 1

Doc 24 jan 2020
Doc 25 jan 2020
Doc 25 jan 2020

Pls consider the above data as table in first column…

So here I want to click each date inside row… Here I am able to click each date when I get different dates… So here my problem is if I get repeated dates 2 or more times at the time also bot is clicking the first date which is there in the list… Because here I am not able to use tablerow as dynamic because it is not unique…

So here I need to click each date once. If it repeats multiple times…

<aaname=“*” Tag=ID column name=Columbia/> this is what my selector…

Please help me on this…

Regards.
Suresh.

Hi,

If you already have DataTable from the table, can you use TableRow attribute? UiExplorer will help you for it.

Regards,

Thanks for the reply yoichi… I have uesd table row as dynamic selector… When I use this it is clicking on the row… I want to click on the date text inside the row…

Hi,

I suppose we can click it using multiple attribute such as TableRow, aaname and so on.
Does your element of target date text have TableRow attribute? Can you share screenshot of Uiexplorer for the target element, if possible?

Regards,