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
126 127 128 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 126 def encode {type: type} end |
#type ⇒ Object
122 123 124 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 122 def type :pointerCancel end |