module Selenium::WebDriver::WheelActions

def scroll(**opts)

def scroll(**opts)
  opts[:duration] = default_scroll_duration
  wheel = wheel_input(opts.delete(:device))
  wheel.create_scroll(**opts)
  tick(wheel)
  self
end