[wtr-general] rescue in rbuf_fill': Timeout::Error

2013-11-13 Thread Royce King
I have an issue with my watir tests. I am in the process of migrating to a new firewall, and when behind my old firewall the tests work as designed. But when I move my test server behind my new firewall I get the following error.

[wtr-general] Rescue

2009-12-01 Thread Steve Hamlett
I'm using Watir to automate the testing of a report generated by MS SQL Reporting Services. The report generates 4 pages of output. Each page except the last one has a table which is addressable with Watir as follows: tbl = ie.frame(:id,'ReportFramectl144').frame

[wtr-general] Rescue [Nested?]

2009-04-28 Thread «°¤§ømåtïçCðrp§ë¤°»
Can I nest rescues, like one can (normally) nest if statements? For example: #Validates text that should exist on the page. @browser.text.should include?(COMPANY INFORMATION) #Rescues text not found, by refreshing the page rescue Watir::Exception::NoMatchingTextFoundException