!TIMEOUT_PAGE
(Copy URL in PhpBB Forum Format - Info)From iMacros
Set the page load timeout in seconds. If the page is not loaded completed by that time, the macro will exit with an error. This is the successor of !TIMEOUT.
Contents |
Value

Integer > 0 that gives the number of seconds a page may take to load completely.
Default is 60.
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
' exit with error, if page load takes longer than 15 seconds SET !TIMEOUT_PAGE 15
See Also
Timeouts Overview, !TIMEOUT_MACRO, !TIMEOUT_STEP, !WAITPAGECOMPLETE
