# File lib/selenium/openqa/selenium.rb, line 615
        def remove_all_selections(locator)
            do_command("removeAllSelections", [locator,])
        end