Question #665050 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665050

    Status: Open => Answered

RaiMan proposed the following answer:
There is no general feature "wait x after each action".

--- question:
why do you use
robot.keyPress(KeyEvent.VK_TAB);
instead of
type(Key.TAB)
???

You could just create a new class extending the class Region and add a
typeAndWait() method, that types and waits.

-- 
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