The ‘Find Children’ activity in UiPath is often used to retrieve the value of all elements in a drop-down menu (combo-box or list box).
The output is stored in the variable type IEnumerable. An IEnumerable is a non-generic collection and read-only. It’s faster than a list (= lazy loading).