Class: Selenium::WebDriver::Interactions::PointerCancel

Inherits:
Interaction
  • Object
show all
Defined in:
lib/selenium/webdriver/common/interactions/pointer_input.rb

Overview

Move

Constant Summary

Constants inherited from Interaction

Interaction::PAUSE

Instance Attribute Summary

Attributes inherited from Interaction

#source

Instance Method Summary collapse

Methods inherited from Interaction

#initialize

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Interactions::Interaction

Instance Method Details

#encodeObject



126
127
128
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 126

def encode
  {type: type}
end

#typeObject



122
123
124
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 122

def type
  :pointerCancel
end