Re: [Wtr-general] idle question: "@ie.refresh2(3)"?

2007-03-18 Thread Paul Rogers
http://msdn.microsoft.com/workshop/browser/webbrowser/reference/methods/refresh2.asp?frame=true - Original Message - From: "Chris McMahon" <[EMAIL PROTECTED]> To: Sent: Sunday, March 18, 2007 11:48 AM Subject: [Wtr-general] idle question: "@ie.refresh2(3)"

[Wtr-general] idle question: "@ie.refresh2(3)"?

2007-03-18 Thread Chris McMahon
I have a long-running script that occasionally encounters a server error. I've been considering putting in some retry logic (there are only 5 clicks in the script) that would just hit "refresh" if something went haywire. I didn't think Watir had a "refresh" method, but I went and looked, and ther