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

    Status: Open => Answered

RaiMan proposed the following answer:
Indeed seems to be a close() problem on Mac:
the process name (Vernier Graphical Analysis) differs from the app name 
(GraphicalAnalysis)

try wether this works:

instead of
test.stop_my_application(appName)

use 
self.startedmyapp.close()

If this works, you have to try that in the RFW context.

I will post the problem you found as a bug.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to