Method: Selenium::WebDriver::Support::Select#options
- Defined in:
- lib/selenium/webdriver/support/select.rb
#options ⇒ Array<Element>
Get all options for this select element
53 54 55 |
# File 'lib/selenium/webdriver/support/select.rb', line 53 def @element.find_elements tag_name: 'option' end |