sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04906
Re: [Question #169468]: Using the wait() from sikuli in eclipse
Question #169468 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169468
Status: Open => Answered
RaiMan proposed the following answer:
You have to use
s.wait(double value) (e.g. s.wait(3.0) )
see:
http://sikuli.org/doc/java-x/org/sikuli/script/Region.html#wait(double)
to get Sikuli's wait() method (the signature wait(long value) (e.g.
s.wait(1) is occupied by JavaObject)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.