# File lib/selenium/client/legacy_driver.rb, line 294 def key_up(locator,keySequence) remote_control_command("keyUp", [locator,keySequence,]) end