Question #687415 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687415
Mark McGuinn gave more information on the question:
This is the extracted routine:
def get_time():
time_reg = (Region(260,692,89,29))
Debug.user("In Timer calculator...")
time_left_s = time_reg.text()
Debug.user("time_left_s = "+time_left_s)
time_left_i = time_left_s.split(" ")
return(time_left_i)
and this is what calls it when it works:
time_left_i = get_time()
print ("Time left i = ",time_left_i)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp