Page 1 of 1

How are the eValid waits structured

PostPosted: Wed Sep 12, 2018 1:43 pm
by MarcTob
Good afternoon.

What is the priority of waits in evalid?

Thanks

Re: How are the eValid waits structured

PostPosted: Fri Sep 14, 2018 11:37 am
by eValid
MarcTob wrote:Good afternoon.

What is the priority of waits in evalid?

Thanks


Thanks for asking MarcTob.

We're unsure what you mean, exactly.

But here is a summary:

A wait command like this: Wait 1234 will wait 1,234 milliseconds no matter what, except if the wait-time multiplier is set to something other than 1 or if the maximum wait time is set less
that 1234 milliseconds.

Here is the manual page that explains this.

http://e-valid.com/Products/Documentati ... yback.html

If you have a constructed synchronization look, for example using a command like this: "SyncOnText 0 "some text to wait for" "" then the synchronization will run until you get a match or until the maximum wait time happens.

Here is the manual page for that command:

http://e-valid.com/Products/Documentati ... .text.html

In general, you ought to be aware of all kinds of synchronizations that happen with AJAX processing, described here:

http://e-valid.com/Products/Documentati ... .loop.html


-- eValid Support