forked from JXA-Cookbook/JXA-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Snger edited this page Dec 28, 2014
·
60 revisions
使用 Javascript 开发 Mac 系统自动化工具是 Mac OS X Yosemite 系统的新特性, 它允许你使用 JavaScript 去控制系统应用
- 前言
- 书写约定
- 使用Javascript开发自动化工具
- ES6特性
-
** 应用实例
- [[在使用
Application()
前,请确定对应的应用已经在运行|应用实例#在使用Application()前,请确定对应的应用已经在运行]]
- [[在使用
- 交互
- 文件及文件夹的交互
- 在终端或指定运行环境执行
- 它山之石
- Application-Specific Recipes
- 示例
- 相关的资源引用
- Getting Started with JavaScript for Automation on Yosemite by Alex Guyot — basic guide to automating OS X in two ways: calling methods from AppleScript dictionary, UI automations.
- Building OS X Apps with JavaScript by Tyler Gaw — this tutorial guides you to create a Mac OS X application using the Objective-C bridge.