← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678181]: [1.1.4] macOS 10.14: app.open(): throws index out of bounds exception

 

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

123456789 posted a new comment:
Hi! Any update regarding this issue?

 I also experience the same problem using Sierra, High Sierra and Mojave
in Sikuli v1.1.4

Workaround:
1. Run the ff code:
myapp = App("/Applications/TextEdit.app")
myapp.open()
2. java.lang.ArrayIndexOutOfBoundsException error occurs
3. Open Terminal
4. Run code in Step#1
5. App will open

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