For some reason the monkey patch specified did not work. However, instead of options, use options.map(&:text) and this works correctly.
Eg: $ie.select_list(:name, "group").options.map(&:text). Same applies to selected_options too. -Champ -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
