Hello I am currently doing a task in which I have to reload the page for every 120 second for the rest of the day.
I made the macro and it works perfectly but I just needed to know what thing I should add at the end of the macro so that it repeats every 120 seconds.
Hi @SanctiTigris - add aPeriodic Trigger to your macro like this:

and edit the settings to suit your needs.
1 Like
How do I stop the macro then?
And I want it to be activated when I press the hotkey rather than when periodically logged in.
Oh and btw its on my safari specific macros.
OK - so have it triggered by a hotkey instead of the periodic trigger and then enclose your existing macro in a repeat until action like this:

So replace the comment (green) with your existing macro actions.
Once triggered by your hotkey this will repeat every 120 seconds until you press the Esc key.
The trouble with this is it will only check the state of the Esc key once every 120 seconds.
Have you searched this forum for ideas on how others have done this?