My for each ui element is set for red circles. It clicks each black circle which starts downloading.
The problem is that I need to store the text next to the circle so for example: when it first go through the first circle it should store Mark as a variable and then next cycle it should store John.
The problem is that when I use get text, it stores Mark in both cases. What do I do wrong?
@anon40731888
Here is Currect way of For Each Ui Element:
make a strict selector for “For Each UI” Activity.
Pass its CurrentElemet to Get Text Activity in Strict Selector box:
@anon40731888 In your Case For Each Element is not Connected with “Get Text Activity” that’s why its giving only “Mark” as a result in every iteration.
Just to let you know, my current element is not Mark or John, my current UI element is the circle on the right side of them because I later on need to click on the circle.