I have to create a loook for 4 hours where click activity will run after every 18 mins on chrome browser to continue the timer and it should be stopped once its reached 4 hours of total timer run
i know while loop will be working here but i am confused in variables which one to set up here so that it should loop back to chrome after 18 min to stop/start timer untill it complete 4 hours
Inside the loop use 18 minutes in delay activity an dperform clicks
And for total 4 houts use a variable to store the start time before the loop start starttime = Now and inside loop use condition DateDiff(DateInterval.Hours,Now,StartTime)>=4 then end the loop