Class: Webrat::SelectOption
- Defined in:
- lib/webrat/core/elements/select_option.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Element
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Element
#initialize, #inspect, load, load_all, #path
Constructor Details
This class inherits a constructor from Webrat::Element
Class Method Details
.xpath_search ⇒ Object
6 7 8 |
# File 'lib/webrat/core/elements/select_option.rb', line 6 def self.xpath_search [".//option"] end |
Instance Method Details
#choose ⇒ Object
10 11 12 13 |
# File 'lib/webrat/core/elements/select_option.rb', line 10 def choose select.raise_error_if_disabled select.set(value) end |