← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #145890]: Errors running Java apps

 

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

    Status: Needs information => Open

Alejandro Bullones gave more information on the question:
What i do is:
- Start a sikuli script that runs a java application
- The script starts doing tasks in the application
- In some screens after, for example select an option that pops up and OK/Cancel window or a Menu, the app freezes and the window or menu doesn't show
- Sikuli keeps on waiting for the next image that should find to do the next step but as it nevers appears, it ends after reaching the timeout
- Inmediatly after sikuli aborts, the window that was supposed to show, shows, making me think that somehow sikuli interfers in the java app making it either go extreamly slow to the point that timeouts get reached (i even setted it to 5mins), or the app gets totally frozen.

this always happens when using the wait command to wait until the next
graphical item shows to do the following action.  i tested replacing the
wait for a sleeps and it works, but being the main objective of my
script to measure response times, the sleep command doesn't provide me
what i'm looking for.  do you think there might be a solution to it?

thanks

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