How to set allocate 3 differents click activities to a find children

Hello,

I would like to allocate a sequence of 3 click activities to a find children (element on a webpage).

I setup the find children activities and checked it with the highlight and it works. However when I put a squence of 3 click in a for each item in child it doesn’t work.

How can I attribute the child selection to a sequence of click ?
Thanks for the help !

@Marie_Baume
Welcome to the forum

highlight only indicates the element that is used for the find children. It is not validating if children are also found. (e.g. wrong, filter, wrong find scope).

We suggest to debug the code and check if find children does have an output with the found children elements. After this we can continue with the next steps