Due to having to await a 2nd URL to load, I am being forced to add a 60 second WaitforExists against an element. The variable against the step are;
CheckInterval; 500
Exists; ticked
IsWaitOnly; ticked
Pause; None
StepTyoe; Wait
SupportsWait; ticked
Timeout; 60000
However, although there is a CheckInterval, the 'continue' for the task is not kicking in until after the full 60 seconds has elapsed.
Is there something I am missing, or should I try a different 'wait' command?