class Selenium::WebDriver::Interactions::WheelInput
def create_scroll(**opts)
def create_scroll(**opts) opts[:source] = self add_action(Scroll.new(**opts)) end
def initialize(name = nil)
def initialize(name = nil) super(name) @type = Interactions::WHEEL end