Scripting

Scripting in Automise

Scripting is integrated into the Automise IDE to provide extensibility for power users who want to automate a task beyond the built-in options for each Automise action. Every action in Automise supports at least two Active Scripting events, BeforeAction and AfterAction. Some action types have additional events for which you can write code to further customise the execution of the action. Automise supports VBScript, JavaScript, Powershell and Iron Python languages. You can select which scripting language to use for each event on each action.

When writing script, the built-in editor includes both syntax highlighting and code completion like features.

Automise variables may be referenced directly in your scripts where they are treated as global variables.