Click a specific button

Hi ,
I have a scenario where there is a tree and when you expand the tree all the nodes will have a button at the last (>). I need to click on one button. The nodes name are also dynamic. Please suggest.

try making an attach anchor activity and add find element which is next to the element you want to be clicked. Then create a click activity next to it . Done :slight_smile:

Thanks Vishal, when I run next time the element text can be changed so it will not run when the node name will change.