New question #170179 on Sikuli:
https://answers.launchpad.net/sikuli/+question/170179
r = Region(242,340,203,157)
m =r.text()
n= 73
if m==n:
print "exact match"
else:
print "found something else"
In my code am trying to extract text from a particular region, it giving me the
correct value
Now i need to compare that text with an integer , to perform some action
While am running this script , it gave me 73 value for m from selected region,
but when i compare it , it fails and "found something else' is displayed. Whats
wrong in my code.
--
You received this question notification because you are a member of
Sikuli Drivers, which 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