How to click on new generated data/ Text

Hi All,
I am trying to click on a new generated number / text
I am doing an automation in that I have to click on (+) sign and then it will generate a new number for example (A-5647490) after generating the number I have to click on it but everytime it will generate new number.
Is there any solution to click on every new generated number/ text ?

@Ankita_Chaudhari1

Use fuzzy selector only for click activity.

1 Like

@Ankita_Chaudhari1

Use a selector which does not use innertext in it and uses tag,class ,type etc which would be static for the field

cheers

1 Like