class Selenium::WebDriver::Interactions::TypingInteraction

def initialize(source, type, key)

def initialize(source, type, key)
  super(source)
  @type = assert_type(type)
  @key = Keys.encode_key(key)
end