Articles → Python → Dragto Function In PyautoguiDragto Function In PyautoguiIn this article, we will discuss dragTo function in pyautogui.Purpose dragTo function invokes drag event of mouse.Example import pyautogui pyautogui.dragTo(10,20, duration = 2)Output Click to EnlargePosted By - Karan Gupta Posted On - Thursday, May 23, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
import pyautogui pyautogui.dragTo(10,20, duration = 2)
Query/Feedback