Method: Selenium::WebDriver::Interactions::WheelInput#create_scroll

Defined in:
lib/selenium/webdriver/common/interactions/wheel_input.rb

#create_scroll(**opts) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


35
36
37
38
# File 'lib/selenium/webdriver/common/interactions/wheel_input.rb', line 35

def create_scroll(**opts)
  opts[:source] = self
  add_action(Scroll.new(**opts))
end