module Selenium::WebDriver::Interactions

def none(name = nil)

def none(name = nil)
  NoneInput.new(name)
end