class Selenium::DevTools::V85::Input

def dispatch_touch_event(type:, touch_points:, modifiers: nil, timestamp: nil)

def dispatch_touch_event(type:, touch_points:, modifiers: nil, timestamp: nil)
  @devtools.send_cmd('Input.dispatchTouchEvent',
                     type: type,
                     touchPoints: touch_points,
                     modifiers: modifiers,
                     timestamp: timestamp)
end