Page 1 of 1

Using synchronization during playback

PostPosted: Mon Nov 06, 2023 9:20 am
by KattieS
Hi.

How does eValid synchronize playbacks?

On DOM events, I think mostly by playing around with the product, but can you tell me?

Thanks

Re: Using synchronization during playback

PostPosted: Tue Nov 07, 2023 10:22 am
by eValid
KattieS wrote:Hi.

How does eValid synchronize playbacks?

On DOM events, I think mostly by playing around with the product, but can you tell me?

Thanks


Thanks for posting your question, KattieS.

You're right.

Most of the time playback synchronization is based on "document complete" events from with the DOM structure.

But if you have a need for it, you can synchronize on a part of a window, but it is not really recommended because that is unreliable across playback platforms (the screen size and pixel counts vary all over the street).

You can also adjust some key factors such as the interval between sync test and the total/maximum time you will wait for a sync to happen (and if you hit that limit is is, correctly enough, tagged as a playback error).

See: http://e-valid.com/Products/Documentati ... ation.html


-- eValid Support