Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

  1. Hot keys

    Data Type: Hot keys

    Variable Description: This variable is used to record pressing of any keyboard key or key combination.

    Default Value (at creation): Not applicable

    Example of Use:

    Task: Create a variable of the «Hot keys» "Hot keys" type and specify it in the «Wait "Wait for Hot keys Press» Press" action.

    Solution:

    Fill in the fields to create the variable.

    Image Modified

    To specify a key value, click the Image Added button in the «Value» "Value" field.

    Next, a window will open where you need to press the required hotkeys and click the «Save» "Save" button. If you need to remove the specified keys, you can click the cross button.

    Image RemovedImage Added

    After that, you need to specify the created variable in the «Wait "Wait press hot keys» keys" action parameter.

    Image Modified

  2. Date-Time

    Data Type: Date-Time

    Variable Description: This variable is used to store the date and time in the format dd-mm-yyyy hh:mm:ss.

    Default Value: Image RemovedImage Added

    Example of Use:

    Task: Create a variable of the «Date"Date-Time» Time" type and specify it in the «Modify Date» "Modify Date" action.

    Solution: Fill in the fields to create the variable.

    Image Modified

    When creating the variable, the «Value» "Value" parameter is filled by selecting the date and time from the opened open window.

    Image Modified

    Specify this variable in the «Date» "Date" parameter of the «Modify Date» "Modify Date" action.

    Image Modified

    When deleting the date and time value in the action parameter, an empty field will be displayed (the default date will not be shown).

  3. Collection

    Data Type: Collection

    Variable Description: This variable is used to store a set of values of one or several types. A collection can also be an element of another collection.

    Default Value (at creation): Number of Entries = 0

    Example of Use:

    Task: Create a variable of the «Collections» "Collections" type and specify it in the «Add element» "Add element" action.

    Solution: Fill in the fields to create the variable.

    Image Modified

    When creating a collection, you can choose the type for each of its values.

    Image RemovedImage Added

    Specify the created variable in the «Collections» "Collections" parameter of the «Add element» "Add element" action.Image Modified

  4. Point coordinates

    Data Type: Point coordinates

    Variable Description: This variable type contains the X and Y coordinates of a point on the screen.

    Default Value (at creation): (0,0)

    Example of Use:

    Task: Create a variable of the «Point coordinates» "Point coordinates" type and specify it in the «Mouse click» "Mouse click" action.

    Solution: Fill in the fields to create the variable.

    Image Modified

    You can create a variable and fill in the X and Y coordinate values manually or automatically by pressing the "PickArea" button in the window that opens

    Image RemovedImage Added

    Specify the created variable in the «Mouse click» "Mouse click" action parameter.
    Image Modified

  5. Boolean

    Data Type: Boolean

    Variable Description: 

    A variable of this type contains True or False values. A filled checkbox means that the variable will contain the True value, otherwise the variable will take the False value.

    Default Value (on creation): False

    Example of Use:

    Task: Create a variable of the «Boolean» "Boolean" type and specify it in the «If» "If" action.

    Solution: Fill in the fields to create the variable.

    Image Modified

    Specify the created variable in the «If» "If" action parameter.
    Image Modified

  6. Range

    Data Type: Range

    Variable Description: Variable of this type contains values of size and coordinates of the rectangular area.

    Default Value (on creation): Image Added

    Example of Use:

    Task: Create a variable of the «Range» "Range" type and specify it in the «Modify range» "Modify range" action.

    Solution: Fill in the fields to create the variable.

    Image RemovedImage Added

    When creating a variable of this type, you need to specify the following parameters:

    • X coordinate of the upper-left corner;
    • Y coordinate of the upper-left corner;
    • Height;
    • Width;

    The coordinates, width, and height can be filled manually or automatically by clicking the «PickArea» "PickArea" button.

    Image Modified

    Specify the created variable in the «Modify Range» "Modify Range" action parameter.
    Image Modified

  7. Object

    Data Type: Object

    Variable Description: A variable of this type can contain values of any type. You can choose any type of data to be written to the variable when you create the variable and set the value. You can store the result of an action of another type into a variable of the Object type.

    Default Value (on creation): Not applicable

    Example of Use:

    Task: Create a variable of the «Object» "Object" type and specify it in the «Add Object» "Add Object" action.

    Solution: Fill in the fields to create the variable.

    Image RemovedImage Added

    Click the Image Added button in the "Value" field to fill and specify the value field and specify the type and value in the opened open window.

    Image Modified

    Specify the created variable in the «Add object» action "Add pair" action parameter.
    Image Modified

  8. Password

    Data Type: Password

    Variable Description: A variable of this type contains password information.

    Default Value (on creation): No password

    Example of Use:

    Task: Create a variable of the «Password» "Password" type and specify it in the «Send text» "Send text" action ("Browsers" group «Browsers»).

    Solution: Fill in the fields to create the variable.

    Image Added

    After creating and saving the variable, its value cannot be viewed, and it is not displayed in the log. The value of a variable of this type is also not displayed during creation:

    Image Added

    Specify the created variable in the «Send text» "Send text" action.

    Image Added

  9. Folder path

    Data Type: Folder path

    Variable Description: A variable of this type contains the path to a specific folder.

    Default Value (on creation): Not applicable

    Example of Use:

    Task:

    Create a variable of the «Folder path» "Folder path" type and specify it in the «Rename Folder» "Rename Folder" action.

    Solution:

    Fill in the fields to create the variable.

    Image Added

    An example of using this variable:

    When creating you create a variable of the «Folder path» with the "Folder Path" data type , a file the explorer window is opened opens to select the folder , and the whose path to it will be saved in to the value of the variable.

    Image Added

    Specify the created variable in the «Rename folder» "Rename folder" action.

    Image Added

  10. File path

    Data Type: File path

    Variable Description: A variable of this type contains the path to a file.

    Default Value (on creation): Not applicable

    Example of Use:

    Task: Create a variable of the «File path» "File path" type and specify it in the «Rename File» "Rename File" action.

    Solution: Fill in the fields to create the variable.

    Image Added

    When creating you create a variable of the «File path» with the "File Path" data type , a file the explorer window is opened opens to select the file , and the whose path to it will be saved in to the value of the variable.

    Image Added

    Specify the created variable in the «Rename file» "Rename file" action.
    Image Added

  11. Dictionary

    Data Type: Dictionary

    Variable Description:  A A variable of the «Dictionary» type represents an array of data, unlike a collection, "Dictionary" type is a data array which works with keys and values rather than indices, unlike a collection.

    Each value in the dictionary can be accessed by its key. The value can be any of the types available in the studioStudio.

    Default Value (on creation): Number of Entries = 0

    Example of Use:

    Task: Create a variable of the «Dictionary» "Dictionary" type and specify it in the «Add Object» "Add Object" action.

    Solution: Fill in the fields to create the variable.

    Image Added

    When filling in the variable value, you can specify the key, value type, and the actual value in the popup window.

    Image Added

    Specify the created variable in the «Add object» "Add object" action.
    Image Added

  12. String

    Data Type: String

    Variable Description:  A A variable of the «String» "String" data type contains an arbitrary sequence of characters.

    Default Value (on creation): Not applicable

    Example of Use:

    Task: Create a variable of the «String» type and specify it in the «Message» «Show message» action.

    Solution: Fill in the fields to create the variable.

    Image Added

    When creating a variable of the «String» "String" data type, you can enter the required text in the popup window.

    Image Added

    Specify the created variable in the «Message» "Message" action.
    Image Added

  13. Table

    Data Type: Table

    Variable Description:

    A variable of this type is designed to store data in the form of a table.

    Default Value (on creation): Empty table

    Example of Use:

    Task: Create a variable of the «Table» "Table" type and specify it in the action parameter «Get message»"Get message".

    Solution:

    Fill in the fields to create the variable.

    Image Added

    Specify the created variable in the action parameter «Get message»"Get message".
    Image Added

  14. Number

Data Type: Number

Variable Description:

A variable of the "Numeric" data type

...

stores numerical values.

Default Value (on creation): 0

Example of Use:

Task: Create a variable of the

...

"Number" type and specify it in the action parameter

...

"Addition".

Solution:

Fill in the fields to create the variable.

Image Added

Specify the created variable in the action parameters

...

"Addition".

Image Added

When clearing variable fields in actions by clicking on the cross button, the data in the fields will be cleared and will not be replaced by the default value.