Method: Selenium::WebDriver::Interactions::PointerInput#create_pointer_cancel
- Defined in:
- lib/selenium/webdriver/common/interactions/pointer_input.rb
permalink #create_pointer_cancel ⇒ Object
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.
64 65 66 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 64 def create_pointer_cancel add_action(PointerCancel.new(self)) end |