# File lib/selenium/client/legacy_driver.rb, line 537
537:         def remove_selection(locator,optionLocator)
538:             remote_control_command("removeSelection", [locator,optionLocator,])
539:         end