# File lib/selenium/client/legacy_driver.rb, line 220
        def key_press(locator,keySequence)
            remote_control_command("keyPress", [locator,keySequence,])
        end