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

2007-03-18 Thread Chris McMahon
Thanks Paul, I figured you'd have it handy. Interesting to see that there is not only a refresh() and refresh2(). there is also a Navigate() and Navigate2(). -- Forwarded message -- From: Paul Rogers <[EMAIL PROTECTED]> Date: Mar 18, 2007 2:37 PM Subject: Re: [Wtr-general] idle qu

[Wtr-general] Difference in $browser.text

2007-03-18 Thread steven
With Watir - if I go to: http://validator.w3.org/check?verbose=1&uri=http://my.invalid.page.com I am looking for: This page is not Valid XHTML 1.0 Transitional! Using $browser.text, I get the correct value of: Root Namespace:http://www.w3.org/1999/xhtml Revalidate With Options: Show SourceSh

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)"? >I have a long-running scri

[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