Need direction on how to click on the top URL out of many

URL is public
SAM.gov | Data Services

Would like to click on the top URL everytime automation runs.

The list updates everyday so automation needs to find out the top one.
The selector does not gives any idx, or unique values on these urls unless someone can find it.

I tried Find Children, get lots of junk data and unorganized, was not able to filter.

Hi @tyagis

Can you try with For Each UI Element activity inside use Click and Break activity
and in Click activity give CurrentElement as Input element

Regards,

Thank you for the prompt response. I was able to use the suggsted method and it worked. I will have to check tomorrow on how it handles the change.

I was also able to use the Find Relative Element, Find the Position of the element then use that to Click Activity.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.