# File lib/selenium/client/legacy_driver.rb, line 437 def type_keys(locator,value) remote_control_command("typeKeys", [locator,value,]) end