Find children activity question

Hi,
I have a div, and a bunch of text fields in it. I am trying to get each field separately.
But when I use find children, it is giving me the whole div.

How do I get to the individual elements which are inside. If I look at ui explorer it shows nested divs, tables, tr, spans etc.

Thank you so much,

had you configured the filter for the find children and the findscope setting?

Maybe you can share some details on the structures and what you have configured on the find children activity

Thank you, @ppr

filter I am trying to set it as “INPUT”
It is throwing me incorrect syntax error.
And how do I set scope?

Thank you,

filter: <webctrl tag='INPUT' />
or more specific

Findscope:
grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.