Tellurium new Engine uses jQuery and you are welcome to add waitForAjaxToComplete() and then contribute it back to us.
We have a similar issue open, but no one works on it now. http://code.google.com/p/aost/issues/detail?id=145 Thanks, Jian On Mon, Jul 12, 2010 at 5:24 PM, Manoj Chavan <[email protected]>wrote: > Hi, > > Wanted to find out which javascript library is Tellurium using > (Prototype, > dojo, jquery)? > I wanted to add some functions for waitForAjaxToComplete() for the > selenium-server. Or > is there a better way via Tellurium to wait for all Ajax queries to > complete on > a page load > before proceeding? > > Regards, > > Manoj > > > -------------code from web --------- > > > def wait_for_ajax(timeout=5000) > >js_condition = “selenium.browserbot.getCurrentWindow().jQuery.active == > 0” > >$selenium.wait_for_condition(js_condition, timeout) > >end > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
