Sure...
this is possible any which way, but assuming
if you are referring to a html listbox, 'select_list' in Watir.

then the code would be something like

a = ie.select_list(:name, <nameofyourlistbox>).getAllContents
sorted = a.dup
sorted.sort
return a == sorted

-Mase
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=3621&messageID=10044#10044
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to