At 10:42 PM 8/2/2005, Jeff Wood wrote:
Iterators on ALL of the browser objects would be good. (frames,
buttons, text_input,  images, etc. ).

Most of these are already in place.

I have a question of my own. Would you like to see kind of thing work?

  target = nil
ie.text_fields.each {| tf | target = tf if tf.name == "foo" and tf.title == "bar"}
  target.set("hooray") if target

Bret


_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to