On Sun, Oct 17, 2010 at 2:11 PM, Jarmo <jarm...@gmail.com> wrote: > > What do you guys think? Is there any reason why not to implement > something like that? >
WebDriver got this feature recently, configurable as: driver.manage.timeouts.implicit_wait = 1.5 # seconds The default is not to wait at all. Capybara has its own implicit waiting turned on by default (not sure how long). Personally I'm a bigger fan of explicitly waiting where it's needed, but I can see that this is a useful feature. _______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development