Thanks for the answers. I guess I'll have to test the (luckily) few troublesome pages manually for now, or even write page-specific (*gasp*) scripts for them.
I'll post a workaround if I'll ever find the time to make one. -PM >Date: Wed, 15 Mar 2006 18:43:45 -0600 >From: "Bret Pettichord" <[EMAIL PROTECTED]> >Subject: Re: [Wtr-general] Wtr-general] Finding out the order of input > elements? >To: [email protected] >Message-ID: > <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="iso-8859-1" > >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
