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/[email protected]/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
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general