I am trying to do a web recording but use a loop to repeat the same recording on the next record.
My problem seems to be that I am using several images throughout the process and the selectors are being funny too but I have mostly figured that out.
How do I loop this to go onto the next record? I am not trying to scrape anything, I am simply needing the recorder to click on the next button in the first step of the recording.
if you already had a set of activities which you want to loop then just keep those activities inside while or do -while loop and specify a condition to run the loop.