# File lib/selenium/openqa/selenium.rb, line 607
        def remove_selection(locator,optionLocator)
            do_command("removeSelection", [locator,optionLocator,])
        end