Wait until imagefound

Hi,

I was wondering if anyone knows what the delay/wait time is by default for the wait until functionality in eggplant.

For example, if I run wait until imagefound how often does it keep checking if I haven’t specified a wait time?

Thanks,
Louise

The “wait until” command is essentially a very tight loop, with no built-in delay. The delay provided by the remoteWorkInterval isn’t used for the imageFound() function, so the only real delay in your example will be the amount of time it takes Eggplant to search the screen looking for the image – as soon as it fails to find the image, it will immediately begin looking again.