# File lib/selenium/client/legacy_driver.rb, line 515
515:         def select(selectLocator,optionLocator)
516:             remote_control_command("select", [selectLocator,optionLocator,])
517:         end