Can a valid selector identify different elements on the screen at the same time?

Hi,
can a valid selector identify different elements on the screen at the same time?
a.YES
b.No
Please give with Example

Thanks,
Krishna

b. No

A selector is used to uniquely identify a UI element in the target (web page / screen).
see …studio.uipath.com/docs/about-selectors
Studio should warn you if it can not find anything to make the selector unique and will suggest that you add an “anchor” to another nearby element to make it unique.

If you have multiple elements that you need work with then you can use a “for each” activity to iterate over them.