sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37023
[Question #287213]: OnAppear not working properly?
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.