From: Vishwanath Uppala Date: 2007-11-21T20:30:33+09:00 Subject: Ruby\Watir Hangs if the browser is not loaded completely Hi all, The watir just hangs up looking for page to download completely. I want the test suite to continue with next test case if page does not get downloaded within specified time. Is there any way by which We can accomplish this? Help in this regard would be greatly appreciated. Sample Code: require 'watir' include Watir @ie = IE.new #----> The script gets hanged up with below stmt in case browser is not # loaded completely @ie.goto('http://vodafone.in') @ie.bring_to_front() @ie.maximize() Even the statement below doesn't work here @ie.wait(10) Thanks Vishwanath Uppala -- Posted via http://www.ruby-forum.com/.