← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #665050]: In Eclipse, I just want to execute wait function after every single action performed....Can i mention in single line wait command??

 

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.