Dynamic load times

Hey guys,

I am trying to automate a website that is made with Vaadin.
Some actions in Vaadin result in a dynamic loading of elements on the page.

If you use jQuery, there is a possibility to execute a JS like jQuery.active == 0 to check if everything has been loaded.
I was wondering if there is such a thing in Vaadin.

Thanks in advance!
Regards