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].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to