Question #660919 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660919
Roman Podolyan posted a new comment: 1) The exception FindFailed is been thrown when Sikuli cannot find some image on screen. 2) The error text you posted says that exception happened in Region.wait 3) In the Sikuli documentation you can find that Wait fails if not fiund an image: http://doc.sikuli.org/region.html#Region.wait Returns: a Match object that contains the best match or fails if not found That is your image is not found. 4) Also it does not look that quotation marks are needed here: > s.click("pattern"); -- You received this question notification because your team Sikuli Drivers 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

