This sounds fine to me. If you want to make this change, i'd be happy to commit it.

I've had a mind to replace IE#show_all_objects with IE#elements.show...

Bret

On 3/18/06, Chris McMahon <[EMAIL PROTECTED]> wrote:
Hi...
    I'm reviewing the Scripting for Testers material with an eye to
teaching newbies, and found a small irritation.
    If you do ie.show_all_objects for the timeclock, you get

text              name=name           id=login

but to flash the dang thing, you need to type

ie.text_field(:name, 'name').flash

Intuitively I want 'show_all_objects' to report the thingie I want to
manipulate.  So I guess what I really want is for show_all_objects to
report "text_field" not "text".

Or am I just being grumpy?
-Chris

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

Reply via email to