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