Page 1 of 1

Can eValid help me with deal with webpage adjustments issues

PostPosted: Mon Jul 11, 2022 8:30 am
by AMulhall
Morning.

In eValid can you put a sequence of "smart wait commands" in a sequence?

I need to do this because my target webpage keeps getting adjusted by the server.

Thank you.

Re: Can eValid help me with deal with webpage adjustments is

PostPosted: Tue Jul 12, 2022 10:05 am
by eValid
AMulhall wrote:Morning.

In eValid can you put a sequence of "smart wait commands" in a sequence?

I need to do this because my target webpage keeps getting adjusted by the server.

Thank you.


Thanks for posting about this AMulhall.

Indeed, eValid has this capability. And it is very common to use this to synchronize playback between what's going on in the client (the browser) and the server.

Usually this is done by using one of the "SyncOn..." commands, described here:

http://e-valid.com/Products/Documentati ... n.dom.html

In all cases the synchronization loop that is set up will wait for the specified condition and then release the playback to the next command in the script.

Which, obviously, could be another SyncOn... command.


-- eValid Support