← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #266883]: [1.1.0] Second monitor recognized but still not working --- fixed 2015-05-15+

 

Question #266883 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266883

RaiMan posted a new comment:
ok, but does this insight now solve your problem?

BTW:
you might use
match = Screen.all().find(someImage) # might take more than 1 second though
currentScreen = match.getScreen()

… and then continue with 
currentScreen.find(whatever) # gets faster now ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.