Method: Selenium::WebDriver::Interactions::PointerInput#create_pointer_cancel

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

#create_pointer_cancelObject

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.

[View source]

64
65
66
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 64

def create_pointer_cancel
  add_action(PointerCancel.new(self))
end