Dan Fabulich wrote:
Does anybody know where I can find it? waitForValue is OK, but I'd love to wait for other more interesting conditions if I could...?
Duh, never mind. This extension is absolutely trivial to code: Selenium.prototype.doWaitForCondition = function(script) { testLoop.waitForCondition = function () { return eval(script); }; }; Hopefully, someone else will find it useful. -Dan _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users