Mobile Object Iteration into androd.view.ViewGroup()

Hi All

i’m new katalon user, and i’m tring to test an app mobile made with xamarin.

i have done several easy test (single tap and so on through spy mobile) and i like it.

Now i would iterate into an android view group with lots of object (light shutter and so on) and create a dynamic script in order to tap on each object independently on how many are into the view.

i can access each single object with xpath… but i’d like to avoid recording single tap, i hope i explained