This section is used to modify the settings of Robin Studio 2.0. To open the settings menu you need to:
- In the main window with the list of robot projects, click on "Settings".
Or
- Go to the menu on the top bar of the workspace and click on "Settings".
- Next, a form will be opened containing 3 tabs: "General", "Create actions" and "Browser":
"General" tab
Characteristics of the "General" tab settings are shown in the table below:
№ | Setting | Characteristics |
---|---|---|
1 | Language | A dropdown list of values: Russian/English |
2 | Operation 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) |
3 | Autosave | 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 |
4 | Exact match search | Changing the mode of search strings operation. If "false" is specified, all search fields in the Studio allow errors when entering a search value |
5 | Cleaning 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. |
"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 or generate a new one using the 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: |
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 |
4 | "Download" button | If you click this button, the specified driver version in the “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 icon to go to the directory of the driver |
8 | "Install the extension" button | Clicking 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.