class Selenium::DevTools::V85::Input

def synthesize_pinch_gesture(x:, y:, scale_factor:, relative_speed: nil, gesture_source_type: nil)

def synthesize_pinch_gesture(x:, y:, scale_factor:, relative_speed: nil, gesture_source_type: nil)
  @devtools.send_cmd('Input.synthesizePinchGesture',
                     x: x,
                     y: y,
                     scaleFactor: scale_factor,
                     relativeSpeed: relative_speed,
                     gestureSourceType: gesture_source_type)
end