CDP Mode needs a drag_and_drop() method that uses CDP instead of PyAutoGUI
Since PyAutoGUI has additional overhead (requires an extra install and only works single-threaded), it would be preferable to create a CDP version of drag_and_drop(). Currently, there's only the PyAutoGUI version (not counting the Selenium one, which isn't stealthy).
CDP Mode needs a
drag_and_drop()method that uses CDP instead of PyAutoGUISince
PyAutoGUIhas additional overhead (requires an extra install and only works single-threaded), it would be preferable to create a CDP version ofdrag_and_drop(). Currently, there's only the PyAutoGUI version (not counting the Selenium one, which isn't stealthy).