Clicking Object every 4 hours.

Asked by Ryan Mur

I would like to know how make script to click number of objects every 4 hours.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Either run the script from command line and use a scheduler or wrap the current script into a loop like

while True:
   # your current script code indented 1 level
   wait(4*60*60)

Can you help with this problem?

Provide an answer of your own, or ask Ryan Mur for more information if necessary.

To post a message you must log in.