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