Untitled

user_3039773 avatar
user_3039773
python
08/08/2024 12:30 AM
276 B
20
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