On 3/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
show_all_objects returns nil and a bunch of text to stdout.  Is there anything
that returns the output in array format?  (If not, it's off to Jira with me.)

---Michael B.

We have plans to replace IE#show_all_objects with IE#elements.show, using a new IE#elements iterator. This is already in the the old tracker on Rubyforge (i think).

Using this, you could easily get an array with:
  elements_array = ie.elements.collect
 
You can try this out with any of the existing collection objects (e.g. ie.text_fields.collect).

Feel free to put this in Jira and reference the Rubyforge tracker item if you can find it. Thanks.

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

Reply via email to