Re: [wtr-general] Watir webdriver connection timeout

2011-07-29 Thread Dan
Exactly what I was looking for Jari. Thanks! -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

Re: [wtr-general] Watir webdriver connection timeout

2011-07-29 Thread Dan
Exactly what I was looking for. Thanks! -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

Re: [wtr-general] Watir webdriver connection timeout

2011-07-29 Thread Dave McNulla
http://jarib.github.com/watir-webdriver/doc/Watir/Wait.html require "watir-webdriver/extensions/wait" sleep #{duration} until(timeout = 30, &block) Wait until the block evaluates to true or times out. Good luck, Dave - - -- Before posti

Re: [wtr-general] Watir webdriver connection timeout

2011-07-29 Thread Jari Bakken
See the section on Internal Timeouts here: http://code.google.com/p/selenium/wiki/RubyBindings#Timeouts Den 29. juli 2011 kl. 04:54 skrev Dan : Is there a configuration for how long Watir-webdriver waits for a response? I'm trying to upload a rather large file and the response takes at least ov

Re: [wtr-general] Watir webdriver connection timeout

2011-07-28 Thread Lei Zhu
actually, sleep #{duration} which duration is calculated as seconds -- Lei Zhu On Friday, July 29, 2011 at 10:54 AM, Dan wrote: > Is there a configuration for how long Watir-webdriver waits for a response? > I'm trying to upload a rather large file and the response takes at least over >