Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881
RaiMan proposed the following answer: Yes, there is such a constructor,but this is not used as you think and does not work like you thought it would work (it is only used, to recalculate the matches back to screen coordinates, that are used with a restricted find on a screen's smaller region). As I said, on a given image it is currently not possible to restrict the search to a region within the given image. The easiest way, to solve your problem would be, to display the image with a viewer on the screen and act on it normally. The other more complex method would be to make findAll for all patterns with your Finder(image) and compare the match coordinates. -- 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

