sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38708
Re: [Question #118177]: wait command
Question #118177 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/118177
muhin posted a new comment:
wait(10) is not working in java. Is there any alternate solution to wait in Java? I got this error
Exception in thread "main" java.lang.IllegalMonitorStateException
at java.lang.Object.wait(Native Method)
at com.sikuli.my.practice.sikuliRunner.runSikuli(sikuliRunner.java:13)
at com.sikuli.my.practice.SikuliPracticing.main(SikuliPracticing.java:18)
I don't want to use wait("image.png", 10)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.