Method: Selenium::WebDriver::Support::Select#selected_options
- Defined in:
- lib/selenium/webdriver/support/select.rb
#selected_options ⇒ Array<Element>
Get all selected options for this select element
63 64 65 |
# File 'lib/selenium/webdriver/support/select.rb', line 63 def .select(&:selected?) end |