At 10:33 PM 8/2/2005, Paul Rogers wrote:
I want to add a frame iterator object as soon as I get the chance:Ie.frames.each {|f| .... } When that's, there, it would be simple for you to add your 'click a link in any frame' method. It wont be this release though. Paul
This will be harder than the other iterators because frame collections can be nested. If you only search document.frames[], you won't actually traverse all of the frames.
_____________________ Bret Pettichord www.pettichord.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
