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

Ключ

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

This section is used to modify the settings of Robin Studio 2.0. To open the settings menu you need to:

  1. In the main window with the list of robot projects, click on "Settings".

    Or
  1. Go to the menu on the top bar of the workspace and click on "Settings".
  2. Next, a form will be opened containing 3 tabs: "General", "Create actions" and "Browser":Image Removed

Image Added

"General" tab

Characteristics of the  "General" tab settings are shown in the table below:

SettingCharacteristics
1Language

A dropdown list of values: Russian/English

Image Modified

2Operation mode
Available options: robot developer or action developer. In the "Action developer" mode, it is possible to select the logging level for each action (appears in the action properties)
3Autosave
Period of automatic saving of changes in the robot scenario settings, i.e. selection of the time to save the changes made. To apply the setting, the studio must be restarted
4Exact match search
Changing the mode of search strings lines operation. If the value "false" is specified, then in all search fields in the Studio allow errors when entering a the search works by non-strict text matching, i.e. in all search fields in the Studio errors are made when entering the search value
5Cleaning up resources

Enabling the " Cleaning up resources" option activates a service in Studio that automatically determines which resources are no longer needed to continue script execution, and automatically embeds service actions to clean them on the necessary engine. If the checkbox is checked, the resource cleanup service action is triggered and RAM is released. It is reasonable to use the "Cleaning up resources" parameter in case of complex robot scripts, when different engines are used in robots' schemes, when robots work for a long time (more than 3 hours). In this case, there is an increase in the memory used and overflow on logs, which can lead to a crash of the robot. Service actions to clean resources are not displayed on the robot scheme, are not visible to the user and are displayed only in the logs.

Image Removed

When this option is enabled, RAM is managed more efficiently. Unused data from memory (unused variable results, unused variables) is deleted and the robot executes faster.

Image Added


Информация

All robots (robin-robot) must be re-exported after the settings have been enabled.

It is recommended to make sure that the robots are working properly by pre-launching them from the studio.


6Shut down the studio when the robot starts up

Check-box , the default value is "false
If the value is "false", the studio should not be minimized when the robot is started and not maximized when the robot is finished.

If "true", the studio should minimize when the user launches the robot from it
When the robot terminates (either successfully or with an error), the studio should expand

When set to "true", if the robot is launched and the studio is minimized on its own, the studio is not minimized on its own after the script successfully/unsuccessfully completes its work.

"Create actions" tab

Characteristics of the "Create Actions" tab settings are shown in the table below:

Field/Button

Characteristic

1

"Strong name key file" field

In this field you specify the path to the file containing the key for signing the action with a strict name. You can add an already prepared file using the Image Modifiedbutton or generate a new one using theImage Modified button

2

"Package source" button

This field specifies the path to the folder with packages and libraries that can be used when developing a new action

3

"Company" field

This field contains the short name of the organization where the new actions will be created

More details on filling in these fields are available in the ROBIN Studio 2.0. Low-Codе mode.

"Browser" tab

You can download drivers for the corresponding browser on the "Browser" tab. 

Characteristics of the "Browser" tab settings are shown in the table below:

Field/Button
Characteristics
1"Select browser" field

A dropdown list with the names of browsers:

Image Modified

2"Download latest driver" button
The button allows to download and install the current (latest) driver version
3"Download driver" field

If it is necessary to download and install a specific driver version, specify the version number in this field

Image Modified

4"Download" button
If you click this button, the specified driver version in the “Download driver” "Download driver" field will be downloaded and installed
5"Start arguments" field
This field specifies the default browser startup arguments. For example: disable-popup-blocking; disable-notifications; no-sandbox
6"Profile" field
This field specifies the path to the profile used by default
7"Driver list" field

This field displays the list of available drivers. Click on the iconImage Modifiedto go to the directory of the driver

Image Modified

8"Install the extension" buttonClicking this button installs the extension for the selected browser. This extension is required for Web Spy and Web Recorder

Changes to the settings are saved automatically.

For more information on browser drivers, see the section ROBIN Platform and browsers.