Python Forum

Full Version: Click after 10 Mins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I am using pyatuogui module for automation.
i have to hit enter key after 10 mins

pyautogui.press('down')
pyautogui.press('enter')
pyautogui.press('enter')

here i have to hit enter key after 10 mins



Thanks
Is there a question here?