Question #706732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/706732

    Status: Open => Answered

RaiMan proposed the following answer:
this works having the AppleScript text in the running script:

runScript (
"""
applescript
display dialog \"hello\"
"""
)

See:
https://sikulix-2014.readthedocs.io/en/latest/scripting.html#runScript
(the second info runScript(snippet))

Internally we use osascript.
To run an Applescript file is not implemented, but you might use a call to 
osascript using the normal runScript.

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

_______________________________________________
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