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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

