Is there any solution to scroll down until get specific country? There is no search option here.
Can i use loop to click multiple times? if Yes, Can anybody please explain?
Check whether the BOT identifies the country list as a block. If yes, you can use Find Children activity to reach/click a particular country you want.
Hope this helps,
Best Regards.
I recorded a video because it’s quicker than to explain. The Swipe activity has what you want already available: can swipe until a target is found.
In order to take the selector of the target you either scroll until what you want is on screen or if the elements are similar, you can select any list element and just modify the selector to match the searched element. As you can see when I’m modifying the selectors for target, gettext and tap, the element isn’t in view so it isn’t found, but upon running the workflow all elements work because the swipe activity did its job and brought the element in view.