|
Additional changes made by me (bret) Complete mail thread between me and Paul. As per the observations in the mail thread between Bret and myself, the problem is really with the frame.html failing in the current dev (1.5) method and not with the google_maps.rb script itself. The basic problem is that Watir::Frame is no longer inherited from Watir::IE. Both include module Container though so by moving IE#html into Container it will now work for both Watir::IE and Watir::Frame. I did that in my local sources and now Frame#html works fine. Since you are working on the examples Changed the examples to reflect external site changes in Yahoo and Fort Lewis sites. Modified yahoo test adding additional assertion methods. |
|||||||||||||||||||||||||||||||||||||
Paul's updated script