New question #287213 on Sikuli:
https://answers.launchpad.net/sikuli/+question/287213
Hi All,
I have the following code to check if my image appears in the following region
but somehow it does seems to return true though the image does appear in that
regions?
regSplash = Region(472,331,739,400)
def notUsed(empty):
return
#regSplash.onAppear("Ikernel\\integrityCheckInProgress.png", notUsed)
regSplash.onAppear("Ikernel\\UnitStartingUp.png", notUsed)
regSplash.observe(240)
Any help could be appreciated.?
--
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