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

    Status: Open => Needs information

RaiMan requested more information:
So if I understand you right:
- Sikuli is installed and working on the target machine
- the local machine issues some command to start a script on the target machine
- you get somehow returned, what the Sikuli script has printed out ( Package is 
empty! in this case)

If this is true:
- is it possible, to return screenshot files from the target machine, that 
might show you what happens (can be done in the Sikuli script)?

--- Another problem might be timing:
In many cases, the next type() comes too fast for the GUI.
So you might try, to add some wait()'s after the type()'s

type(Key.TAB); wait(0.5)
type(Key.SPACE); wait(0.5)
type("c", KEY_CTRL); wait(0.5)

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