sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13295
Re: [Question #125648]: Sikuli cannot find screenshots on the second monitor
Question #125648 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/125648
J Sproat requested more information:
Even after telling sikuli to search on the second monitor - the
findfailed for me.
My script looks like this:
numScreens = getNumberScreens()
print "numScreens is %d" % numScreens #returns 2 as expected
SCREEN.find("Lumsmls.png")#this is on primary and PASSES
#Screen(0).find("Lumsmls.png") #this FAILS, why?
sb2= Screen(1)
sb2.find("VIIDEIUnread.png") #this FAILS too???should Pass???
I am on Win 7 SP1
Sikuli X-1.0rc3 (r905)
Java 6
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.