Simple iMacro help?

outsidethesquare

Regular Member
Joined
Sep 9, 2009
Messages
268
Reaction score
164
When running iMacros on a loop and setting errorignore to yes, I notice that the maximum time it waits to declare something as an error is 6 seconds. How do I make this less?

I also noticed that the maximum loading time for a webpage is 60 seconds. How do i make that less also?

Thanks in advanced.
 
In Imacro browser

1. Option -> Setting
Uncheck the option - "Observe WAIT Statements"

2. Option -> Settings
Timout Limits (Seconds) - Add it as per your requirement.
 
The time it waits is 1/10th of your TimeOut in options.

Just add the following line:

Code:
SET !TIMEOUT_TAG 0

If you do not want to wait at all. Change the value 0 accordingly.
 
Back
Top