# File lib/selenium/webdriver/support/select.rb, line 37 def options @element.find_elements :tag_name, 'option' end