Hi, I am looping through Find Children elements. After each click on Find Children element, ‘Save As’ message opens and it will save a file related to the element in my desktop.
The problem is if the activities contained in For Each are only few and simple (i.e. highlight or click the element), the Find Children & For Each are working fine. However, if I add many activities in For Each (i.e. save document, click desktop, type the file location etc), activities in For Each are lost which means for the second child, it just skips clicking the child and go over to the below activities.
I am confused because the selectors seem fine - as it goes through all children if I use just only highlights.
Please help!