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]> 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
