When you start the loop, the elements are already identified, and it will loop through those elements, so the new element that appears it won't detect.
So just repeat the loop, new elements will be detected (if you have defined the correct Element selector )
Yes that's what i tried to do relaunch the Loop but it waste time on the already detected elements on the first loop. thanks for your answer mate !
My Solution :
Try using labels inside the loop Works fine
You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.