I added a comment to that JIRA bug and can make a patch if necessary, though the fix is simply moving the html method from Watir::IE to the Container Module.
David Schmidt Paul Carvalho wrote: > This is a known problem in 1.5. The description is perhaps not clear > enough to be found by a search, but it is in JIRA: > http://jira.openqa.org/browse/WTR-13 > > Technically, there's nothing wrong with the google_maps.rb script... > it just fails because the frame.html fails in the script. > > Paul. > > On 10/05/06, *David Schmidt* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I have some code which was using Frame#html which was inherited from > Watir::IE in 1.4. > > In 1.5 this broke because Frame is no longer inherited from IE. I > moved > Watir::IE#html to the Container module and now it's working fine > because > both Watir::IE and Watir::Frame include Container. > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
