This class represents a select list or drop down box in a Form. Set the value for the list by calling SelectList#value=. SelectList contains a list of Option that were found. After finding the correct option, set the select lists value to the option value:
selectlist.value = selectlist.options.first.value
Options can also be selected by “clicking” or selecting them. See Option
# File lib/mechanize/form/select_list.rb, line 39 39: def query_value 40: value ? [[name, value]] : nil 41: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.