# File lib/webrat/core/scope.rb, line 125
    def unselect(option_text, options={})
      select_option(option_text, options[:from]).unchoose
    end