← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263035]: keystroke in flash appli

 

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.