class Selenium::WebDriver::Interactions::NoneInput

def initialize(name = nil)

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