How to click require hyperlink in web data table

Hi All,

I have to click latest “Reject Details” hyperlink from the below table, some time there are multiple hyperlink in the cell.

1 Like

@Vishal_Verma1

Use click activity, in click activity in the place of aanme pass Reject Details.
Use UiEplorer to modify the selectors

Thanks for the quick reply, the problem is, there can be multiple rows with “Reject Details” hyperlink. in multiple rows scenario, latest one need to click

Hey @Vishal_Verma1 you can use find children activity.then filter the children match data with aaname or text property. after extract the collection use assign activity
and childrenList.LastOrDefault() then pass this assign variable in click activity .so that help bot to click on the latest hyperlink

cheers

Then you need to extract the data first
that was in table format use table extraction, then you can get outout as datatabel you can sort the data table based on datecolumn and then you can get latest one then get that first row date value and indicate that as anchor