Thanks Mark and David.
That works fine. I hadn't thought to use :index on a selectlist.
George
On 17/05/06, Cain, Mark <[EMAIL PROTECTED]> wrote:
> Did you try:
>
> #doesn't appear that your select_list has a name or id given so you will
> #have to find the index-it will be the nth one from the top of the page
> #using view source.
>
> $ie.select_list(:index, 1).select_value('0')
> or
> $ie.select_list(:index, 1).select('All')
>
> --Mark
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general