# File lib/selenium/client/legacy_driver.rb, line 285 def key_down(locator,keySequence) remote_control_command("keyDown", [locator,keySequence,]) end