sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35568
Re: [Question #273957]: How to run sikuli script in slow motion using Command line
Question #273957 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273957
Eugene S proposed the following answer:
I am sorry but have to be more specific. If you want the script to run
slower you can try different techniques. For example:
1. wait for a pattern to appear
wait("pattern.png", waitTime)
2. insert wait time explicitly
import time
time.sleep(waitTime)
3. you can play with sikuli settings class I mentioned before.
Have a look here
http://doc.sikuli.org/region.html#Region.setAutoWaitTimeout
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.