I'm running the following, but I'm not seeing the problem you
describe:

IE: 8.0.7600.16385
Ruby version: 1.8.6
WATIR version: 1.6.5
OS: Win7

orde

On Jul 20, 6:11 am, mattchurchy <mattchur...@gmail.com> wrote:
> Is anyone else having problems getting Watir to work with Internet
> Explorer 8 after latest minor update pushed out by Microsoft. I'm now
> on version 8.0.7600.16385.
>
> It worked fine until the update yesterday, when `bam` it stopped
> working.
>
> My problem is when calling:
>   @ie = Watir::IE.new
>   @ie.goto("www.google.com")
>
> which gives the error:
> unknown property or method `navigate'     HRESULT error code:
> 0x800706b5       The interface is unknown.
>
> The attach method below still works:
>   @ie = Watir::IE.attach(:title,//)
>
> I appreciate any feedback. I'd like to know if this is only me.
>
> Thanks in advance.
> - Matt

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to