JavaScript
Maestro supports a minimal subset of vanilla JavaScript APIs with some purpose-built Maestro extensions. Though none of the functions that allow interaction with the OS are available (i.e. there is no access to the filesystem, no ability to require or import libraries), those scripts offer just enough functionality to write more sophisticated conditions, perform calculations or constructions, and to make HTTP requests.
Currently, Maestro by default uses the Rhino JavaScript runtime to execute JavaScript, which has very limited modern JavaScript support. For a full list of API compatibility, please refer to this compatibility table.
Last updated
Was this helpful?