Giter Site home page Giter Site logo

Comments (2)

dtinth avatar dtinth commented on May 11, 2024

System Events are two words. And if I remember correctly, var statements always yield undefined; you have to refer to the variable by name.


Sent from Mailbox

On Sun, Mar 22, 2015 at 5:34 AM, aeonaut [email protected] wrote:

I'm getting these errors right off the bat:
$ osascript -l JavaScript -i
>> var app = Application.currentApplication()
2015-03-21 15:08:55.254 osascript[3287:40551] warning: failed to get scripting definition from /usr/bin/osascript; it may not be scriptable.
=> undefined
>> SystemEvents = Application('SystemEvents')
!! Error on line 1: Error: Application can't be found.

Any ideas? Is there something I need to update or install before using JXA?

Reply to this email directly or view it on GitHub:
#7

from jxa-cookbook.

Tatsh avatar Tatsh commented on May 11, 2024

Looks fine to me. Application.currentApplicaton() is really not going to work with the REPL which is why you get that warning. Use the name of the application, path, etc.

$ osascript -l JavaScript -i
>> Application.currentApplication()
2015-03-22 05:05:09.646 osascript[3951:910897] warning: failed to get scripting definition from /usr/bin/osascript; it may not be scriptable.
=> Application.currentApplication()
>> Application('Terminal')
=> Application("Terminal")
>> Application('Terminal').__proto__
=> {"activate":[function anonymous], "strictPropertyScope":false, "commandsOfClass":[function anonymous], "strictCommandScope":false, "propertiesOfClass":[function anonymous], "parentOfClass":[function anonymous], "includeStandardAdditions":false, "strictParameterType":false, "quit":[function anonymous], "displayNameForPropertyOfClass":[function anonymous], "displayNameForElementOfClass":[function anonymous], "displayNameForCommand":[function anonymous], "elementsOfClass":[function anonymous], "launch":[function anonymous]}

from jxa-cookbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.