Method: Selenium::WebDriver::Interactions::PointerInput#encode

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

#encodeObject

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.

[View source]

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