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

    Status: Open => Answered

RaiMan proposed the following answer:
In Flash apps I have already seen people having problems with the Java
Robot actions in the standard timing.

You have to try with something like this:
KeyDown(Key.SPACE)
wait(0.3)
KeyUp()

... and adjust the wait time down as far as possible

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to