New question #260249 on Sikuli:
https://answers.launchpad.net/sikuli/+question/260249

Sikuli Version: 1.1.0-SNAPSHOT
Operating System: Windows 7 32-bit

The Screen().wait method does not appear to work regardless of the timeout i 
set within the java implementation. 

Every time i use it i get the FindFailed exception. 

Code snippet below:

Screen s = new Screen();
                try {
                        
s.wait("src/test/resources/Images/games/ramesses/ramesses_topleft.PNG", 30);
                } catch (FindFailed e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                }

-- 
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

Reply via email to