[Wtr-general] A special `method_missing':
Paul Rogers
paul.rogers at shaw.ca
Thu Dec 14 14:38:04 EST 2006
I encountered the same problem. I have a fix, I just havent got as far as
checking it in.
----- Original Message -----
From: "Bret Pettichord" <bret at pettichord.com>
To: <wtr-general at rubyforge.org>
Sent: Thursday, December 14, 2006 9:45 AM
Subject: Re: [Wtr-general] A special `method_missing':
> Allen Zhou wrote:
>> Sorry for spam. I just found out the same issue as me, it is a defect of
>> Watir.
>> More details please refer the following thread.
>> http://www.mail-archive.com/wtr-general@rubyforge.org/msg05037.html
>>
> This is a known defect: http://jira.openqa.org/browse/WTR-94
>
> I just posted this workaround:
>
> require 'watir'
>
> ie = Watir::IE.new
> ie.disable_checker(Watir::NAVIGATION_CHECKER)
> ie.goto('http://cnn.com')
>
> Unless someone provides a fix to the NAVIGATION_CHECKER, i'm inclined to
> stop adding it automatically when initializing IE objects.
>
> Bret
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
More information about the Wtr-general
mailing list