module Selenium::WebDriver::Interactions

def wheel(name = nil)

def wheel(name = nil)
  WheelInput.new(name)
end