Question #639753 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/639753
Status: Open => Answered
masuo proposed the following answer:
It is possible that the application is not write next tab image when SikuliX
run exists() feature.
Try to add sleep() before exists().
click("next tab")
sleep(1)
if exists(x):
--
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