On 3/3/06, Marcus Tettmar <[EMAIL PROTECTED]> wrote:
Hi,

Why does this fail:

  $IE0.goto("http://www.google.com/")
  $IE0.form( :name, "f").text_field( :name, "q").set("ruby")
  $IE0.form( :name, "f").button( :name, "btnG").click

This fails with:

WIN32OLERuntimeError: Failed to get IEnum Interface
    HRESULT error code:0x80020003
      Member not found.

I ran your script with both Watir 1.4.1 and Watir 1.5.0.928 (aka HEAD). It worked for me in both cases. You didn't indicate which version of Watir you are using.

If you give the full error message, i would be able to speculate as to the possible cause. Specifically i'd need to know the line number of the error and preferably the full stack.

Bret

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to