Method: PageObject::Platforms::WatirWebDriver::SelectList#select_value

Defined in:
lib/page-object/platforms/watir_webdriver/select_list.rb

#select_value(value) ⇒ Object

Select the option(s) whose value attribute matches the given string



27
28
29
# File 'lib/page-object/platforms/watir_webdriver/select_list.rb', line 27

def select_value(value)
  element.select_value(value)
end