[wtr-general] Re: Windows IE9 support?

2011-03-14 Thread A.Denter
I got exactly the same problem with IE9 (rc). Even with the very simple google script that works on all the other IE versions: ... require 'rubygems' require 'watir' b = Watir::Browser.new b.goto 'www.google.com' b.text_field(:name => 'q').set '\"alien life forms\"' b.button(:name => 'btnG').click

[wtr-general] Re: Windows IE9 support?

2011-03-15 Thread A.Denter
t: > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> > > When I removed this IE9-RC was able to click the button.  It is still an > issue for me, which I posted and Charley Baker posted back saying he was > going to look into it. > > --Trampus > >