Untitled

 avatar
user_3039773
python
a year ago
206 B
6
Indexable
import pyautogui

pyautogui.moveTo(363,429, duration=2)
pyautogui.click(button='right')
pyautogui.move(100,160, duration=1)
pyautogui.click()
pyautogui.move(300,0, duration=1)
pyautogui.doubleClick()
Editor is loading...
Leave a Comment