class Selenium::WebDriver::Interactions::NoneInput

def encode

def encode
  return nil if no_actions?
  {type: type, id: name, actions: @actions.map(&:encode)}
end

def type

def type
  Interactions::NONE
end