sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50984
Re: [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1
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.