Method: Selenium::WebDriver::ActionBuilder#add_pointer_input
- Defined in:
- lib/selenium/webdriver/common/action_builder.rb
#add_pointer_input(kind, name) ⇒ Interactions::PointerInput
Adds a PointerInput device of the given kind
64 65 66 |
# File 'lib/selenium/webdriver/common/action_builder.rb', line 64 def add_pointer_input(kind, name) add_input(Interactions.pointer(kind, name: name)) end |