sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53722
Re: [Question #687415]: Strange problem or a bug in Sikuli
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.