How refresh a page each 60 seconds?

As the title says: How refresh a page each 60 seconds?

Thanks,
Ulrich

You can use the Selenium IDE Refresh command, plus a 60s pause (note that 60s = 60000ms, so it is pause 60000) and then run everything in a loop or create an endless loop inside a macro with gotoif or while, just like here: while, endWhile - FlowControl - Selenium IDE Commands Tutorial