class Selenium::WebDriver::ActionBuilder

def wheel_inputs

def wheel_inputs
  @devices.select { |device| device.type == Interactions::WHEEL }
end