← Back to team overview

sikuli-driver team mailing list archive

[Question #243738]: Thowing error while using wait..

 

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.