Page 1 of 1

Overview

Posted: Mon Jun 14, 2021 4:46 pm
by YiMeng
Built-in Variables:
  • @@ - 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
  • %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:
  • Variable names are case-sensitive.
  • System environment variables can also be utilized by using the SETVARO or SHELL keywords.