Page 1 of 1

Halt eValid and wait a set limit of time

PostPosted: Thu Jan 31, 2019 10:43 am
by PerryL
Good morning all.

eValid has lots of flexibility in regard to waiting and synchronizing based on a range of page properties and performance factors.

Do you have just a simple "stop everything and wait 10 seconds" kind of command.

Thanks

Re: Halt eValid and wait a set limit of time

PostPosted: Mon Feb 04, 2019 4:39 pm
by eValid
PerryL wrote:Good morning all.

eValid has lots of flexibility in regard to waiting and synchronizing based on a range of page properties and performance factors.

Do you have just a simple "stop everything and wait 10 seconds" kind of command.

Thanks


Thanks for asking PerryL.

Yes, it can be complex and we're proud of the range of capabilities of eValid regarding waiting and synchronizing.

But, yes, there is a simple command to just stop for a time:

Delay msec

So, you really want to "hold everything" for a minute, then the command is:

Delay 60000

Hope this helps out!


-- eValid Support