Method: Selenium::WebDriver::Interactions::PointerInput#encode
- Defined in:
- lib/selenium/webdriver/common/interactions/pointer_input.rb
permalink #encode ⇒ 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.
40 41 42 43 44 |
# File 'lib/selenium/webdriver/common/interactions/pointer_input.rb', line 40 def encode output = super output[:parameters] = {pointerType: kind} if output output end |