Here is my initial code. It works fine on page 1, But need the bot to repeat the same set of codes on each page. Where to insert click next and how to repeat the same set of codes? Please advise.
Hello @Tarun_Kumar ,
I see that you have put only the Click activity inside the While loop that is the Reason , on the Click activity is performing multiple times, in order for all the set of tasks to perform same number of times as click , put the While loop inside the ‘Do’ condition of the use browser and perform all the tasks, If you have any queries, Please let me know,
Regards;)
Try using all the Activities inside the While loop , Like the Tasks that you want to perform should be inside the While loop so that it loops multiple number of times. @Tarun_Kumar Please let me know if this works.
Regards;)