I am trying to identify a selector for a button in an application ,the selector will be used as the target in a click activity. How many elements should the selector be valid for at run time? thanks

1 or 3 ??

@RPA78 If I am reading your question correctly, a selector should only be valid for one element in any given scenario to ensure you are clicking on the correct element.

Thank You