class Selenium::WebDriver::Interactions::KeyInput

def initialize(name = nil)

def initialize(name = nil)
  super
  @type = Interactions::KEY
end