Class: Selenium::WebDriver::Interactions::PointerCancel
- Inherits:
-
Interaction
- Object
- Interaction
- Selenium::WebDriver::Interactions::PointerCancel
- Defined in:
- lib/selenium/webdriver/common/interactions/pointer_input.rb
Overview
Move
Constant Summary
Constants inherited from Interaction
Instance Attribute Summary
Attributes inherited from Interaction
Instance Method Summary collapse
Methods inherited from Interaction
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Interactions::Interaction
Instance Method Details
#encode ⇒ Object
128 129 130 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 128 def encode {type: type} end |
#type ⇒ Object
124 125 126 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 124 def type :pointerCancel end |