Not sure if that works. You better to create a new custom selenium method in user_extensions.js or the tellurium-extension.js in the Engine for Selenium Core apis. For new Engine APIs, you can modify the tellurium-api.js and register the api.
Thanks, Jian On Wed, Jul 14, 2010 at 3:47 PM, Manoj Chavan <[email protected]>wrote: > Question? When using the .waitForCondition() as below, it does not seem to > work. Wanted to > know if the selenium JScript can be called like this? OR do I need to add a > new def in user_extensions.js? > > mbh.waitForCondition("selenium.browserbot.getCurrentWindow().jQuery.active > == 0", 10000); > > Regards, > > Manoj > > ps: I have downloaded the project from the repository and once I figure out > where to add this > will submit the method for review. > > > *From:* Jian Fang <[email protected]> > *To:* [email protected] > *Sent:* Mon, July 12, 2010 2:29:50 PM > *Subject:* Re: Selenium waitForAjax () question? > > 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]<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]<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.
