Class: Selenium::WebDriver::Interactions::WheelInput Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
InputDevice
|
|
Instance Chain:
self,
InputDevice
|
|
Inherits: |
Selenium::WebDriver::Interactions::InputDevice
|
Defined in: | rb/lib/selenium/webdriver/common/interactions/wheel_input.rb |
Overview
Creates actions specific to Pointer Input devices
Class Method Summary
Instance Attribute Summary
InputDevice
- Inherited
Instance Method Summary
- #create_scroll(**opts) Internal use only
InputDevice
- Inherited
Constructor Details
.new(name = nil) ⇒ WheelInput
# File 'rb/lib/selenium/webdriver/common/interactions/wheel_input.rb', line 30
def initialize(name = nil) super @type = Interactions::WHEEL end