sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42686
Re: [Question #639753]: Taking a screenshot of an image on one screen and comparing/finding it on another page
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.