Lets say there are three squares on the website and for each there is a button right to them.
Lets say I want to make automation that will click (with the click activity) only the button that is at right side of pink square.
When I use fuzzy selector it does not work because it thinks that the three buttons are OK. When I use image selector it also show that there are multiple selection, the strict does not work at all. What am I doing wrong?
Open ui explorer indicate the button you need .any one
And from the centre top menu try to find a row which contains innertext as the box beside it(pink for eaxample) or some attribute related to the box beside it
Then that selector can be used in strict selector to identify the required button only