# File lib/selenium/client/legacy_driver.rb, line 545
545:         def remove_all_selections(locator)
546:             remote_control_command("removeAllSelections", [locator,])
547:         end