New question #279596 on Sikuli:
https://answers.launchpad.net/sikuli/+question/279596
Hi,
Currently I am using sikulix 1.1.0
I'm able to see some issue with try catch exceptions, if else loops.
for example i have a small set of code which contains:
try:
if exists (img1.png):
click(img1.png)
elif exists (img2):
click(img2)
else:
print"img1.png and img2.png not visible on screen"
except FindFailed:
print "Doesn't contain any images"
above code will work fine but sometime try will not invoked even if we have
img1.png and img2.png . it will simple print the content of excep FindFailed. I
suspect it might be a bug.
================================================================================
And also,
comparing two text will fails sometimes
example :
var1 = "Hello"
var2 = "Hello"
if (var1=var2):
print "match found"
else:
print"No match found"
================================================================================
And need another information that is when new version of Sikulix will release ?
hope in new version can we expect that, finding text instead of image can be
implemented ?
Thank you.
Regards,
Krishn
--
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