# File lib/selenium/client/legacy_driver.rb, line 418
418:         def type(locator,value)
419:             remote_control_command("type", [locator,value,])
420:         end