
Scriptable Docs - Scriptable Docs
Scriptable Docs The website contains documentation for Scriptable, an app that lets you automate iOS using JavaScript. JavaScript Environment Scriptable uses Apple's JavaScriptCore, which supports …
Script - Scriptable Docs
Script Access information about the script. Allows for accessing information about the script that is currently being run and controlling selected parts of the script execution. +name Name of the script.
WebView - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
console - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
config - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
FileManager - Scriptable Docs
FileManager Read and write files on disk. A FileManager lets you read files stored on the disk and make changes to them. Paths to files are supplied as strings. +local Creates a local FileManager.
Request - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
Notification - Scriptable Docs
The Scriptable application will open the URL when the notification is tapped. This can be a URL that uses Scriptables URL scheme, the URL scheme of another application or a website URL.
Message - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
URLScheme - Scriptable Docs
URLScheme Manages URL schemes for Scriptable. Use URL schemes to launch the app and perform an action, such as running a script. The app conforms to the scriptable:// URL scheme. The following …