REFRESH
From iMacros
Refreshes (Reloads) current browser window. Refresh includes sending a "pragma:nocache" header to the server (HTTP URLs only) which causes all elements of the website to be reloaded from the webserver.
Contents |
Syntax

REFRESH
Parameters
None
Examples
Use the REFRESH and STOPWATCH commands to do a statistical measurement of response times:
SET !FILESTOPWATCH myresults.csv STOPWATCH ID=total1 URL GOTO=http://www.iopus.com STOPWATCH ID=total1 'Clear cache and reload CLEAR STOPWATCH ID=total2 REFRESH STOPWATCH ID=total2 'Clear cache and reload CLEAR STOPWATCH ID=total3 REFRESH STOPWATCH ID=total3 ...
