Method: Selenium::WebDriver::Support::Select#options

Defined in:
lib/selenium/webdriver/support/select.rb

#optionsArray<Element>

Get all options for this select element

Returns:



53
54
55
# File 'lib/selenium/webdriver/support/select.rb', line 53

def options
  @element.find_elements tag_name: 'option'
end