class Selenium::WebDriver::Support::Select

def options

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