Method: Selenium::WebDriver::Interactions::PointerInput#create_pointer_up

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

#create_pointer_up(button, **opts) ⇒ 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.


60
61
62
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 60

def create_pointer_up(button, **opts)
  add_action(PointerPress.new(self, :up, button, **opts))
end