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

screen s=new screen()
s.click(new Location(521+x,434+y));
s.wait(3);
 s.mouseMove(new Location(611,222));
s.wait(1);
s.mouseDown(Button.LEFT);
when i run the abv code it throw's the following error..
Exception in thread "main" java.lang.IllegalMonitorStateException
        at java.lang.Object.wait(Native Method)
        at flipkart.flipClass.main(flipClass.java:40)

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