class Selenium::WebDriver::Interactions::Scroll
def assert_source(source)
def assert_source(source) raise TypeError, "#{source.type} is not a valid input type" unless source.is_a? WheelInput end
def assert_source(source) raise TypeError, "#{source.type} is not a valid input type" unless source.is_a? WheelInput end