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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to