# File lib/selenium/webdriver/common/element.rb, line 125 def send_keys(*args) bridge.sendKeysToElement @id, Keys.encode(args) end