Method: PageObject::Platforms::WatirWebDriver::SelectList#selected?
- Defined in:
- lib/page-object/platforms/watir_webdriver/select_list.rb
#selected?(value) ⇒ Boolean
Returns true if any of the selected options’ text or label match the given value.
68 69 70 |
# File 'lib/page-object/platforms/watir_webdriver/select_list.rb', line 68 def selected?(value) element.selected? value end |