class Selenium::WebDriver::Interactions::WheelInput

def initialize(name = nil)

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