Method: Selenium::WebDriver::Interactions::PointerInput#create_pointer_down
- Defined in:
- lib/selenium/webdriver/common/interactions/pointer_input.rb
permalink #create_pointer_down(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.
56 57 58 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 56 def create_pointer_down(, **opts) add_action(PointerPress.new(self, :down, , **opts)) end |