How to get a particular (specific) child from UI Element

Hello,
I have a question about working with an UI element

I got a collection of items using Find Children Activity.
I know that each element has a child (only one child) with next parametres:
tag=“span”, clas=“someClass”,
and, for example, some tag=“A”,
to get a particular child, I have to use again Find Children Activity,
or is there a less cumbersome way?

Thank you.

1 Like

I completely missed that there is such an activity as “ElementScope”. This solved all my questions.

3 Likes