← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #267765]: Can't use App.open, openApp, App.focus (Mac 10.7, Sikuli 1.1 2015-06-04)

 

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

    Status: Answered => Open

Linda is still having a problem:
if I run it like that I'm getting the following error:
(maybe I should take a newer build of Sikuli 1.1? mine is from June 10th)

----------------------------------------------------------------------------

[error] Runner: AppleScript:
tell application "System Events"
set found to "NotFound"
try
set found to first item of (processes whose unix id is equal to 0)
end try
end tell
if not found is equal to "NotFound" then
set windowName to ""
try
set windowName to name of first window of application (name of found)
end try
set found to {name of found, «class idux» of found, windowName}
end if
found

returned:
*****error*****
/var/folders/xb/n4mh65r97xx60spypnnys5pc0000gn/T/Sikulix_517854424/sikuli-2507365976302644706.script:110:112: script error: Expected “,” but found property. (-2741)

[error] script [ test ] stopped with error in line 3
[error] java.lang.ArrayIndexOutOfBoundsException ( java.lang.ArrayIndexOutOfBoundsException: 2 )

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