From: Joel Pearson Date: 2013-05-09T00:00:04+09:00 Subject: Re: Downloading a CSV using URI - mechanize I've never used a multiselect in mechanize, so I don't know about that. I think you can usually select either on value or on content, perhaps the values don't have spaces and you could use them. Usually the best option is to work with the objects, so if you can find a way to iterate through each option and select it without having to access it by name, that might work. Have a look at your options in IRB, something like: p searchForm.field_with(:name => 'bug_severity').methods.sort -- Posted via http://www.ruby-forum.com/.