- @@ - Returns current working directory path including trailing "/".
- $$ - Returns app\resources\modules\helpers directory path including trailing "/".
- %CLIPBC% - Returns the copy/paste clipboard content
- %OBJ_NAME% - Returns the current object name
- %DURATION_FROM_START% - Returns in seconds the execution time from start of automation
- %WEBURL% - Returns the current url of web page from WEBFORM
- %WEBTITLE% - Returns the current title text of the web page from WEBFORM
- %RAND% - Returns previous generated random integer
- %RANDSTR% - Returns 16 random upper & lower case characters
- %RANDNUM% - Returns 16 random numeric digits
- %DATE% - Returns today's date in the format of "mm/dd/yyyy"
- %TIME% - Return current time in the format of "HH:MM:ss"
- %DIALOG_FILE% - Prompts a windows file dialog, result value will be returned.
- %DIALOG_DIR% - Prompts a windows folder dialog, result value will be returned.
Notes:
- Read about Scripting Basics.
- Variable names are case-sensitive.