Definition
A Variable is a value that you can set and override throught the lifecycle of a Macro.
Variables are used to make macros more flexible and reusable.
You can defined multiple Variables in the Args section of the Macro.
- Name: Unique Variable Name to identify the Variable


Usage
ℹ️
Unlike the Parameters, Variables can have no values and can be set and overridden.
You can use a Variable in Find Image Step, Mouse Click Step and Keyboard Text Step.
- Login/Password to be able to reuse the same Macro for different accounts.
- Image Capture to choose a single image for multiple steps.
- Mouse Coordinates to be able to save the coordinates and go back to same position multiple times.