class Selenium::DevTools::V134::Input

def dispatch_drag_event(type:, x:, y:, data:, modifiers: nil)

def dispatch_drag_event(type:, x:, y:, data:, modifiers: nil)
  @devtools.send_cmd('Input.dispatchDragEvent',
                     type: type,
                     x: x,
                     y: y,
                     data: data,
                     modifiers: modifiers)
end