# File lib/selenium/client/legacy_driver.rb, line 1061 def get_select_options(selectLocator) return string_array_command("getSelectOptions", [selectLocator,]) end