Difference between revisions of "!REPLAYSPEED"
Jump to navigation
Jump to search
Value
Line 22: | Line 22: | ||
=== See Also === | === See Also === | ||
+ | [[!PLAYBACKDELAY]] |
Revision as of 08:37, 29 March 2017
Sets the replay speed to fast, medium or slow. Fast replay speed means there is no delay between each step, medium inserts a 1 second and slow a 2 second delay between each command. This command overrides the global replay speed setting in the options dialog.
Value

FAST|MEDIUM|SLOW
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
Examples
If you use iMacros for web site response measurements then remember to set the replay speed to FAST so that no artificial delays are added:
SET !REPLAYSPEED FAST STOPWATCH ID=home URL GOTO=http://imacros.net STOPWATCH ID=home