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".
- 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 lines operation. If the value "false" is specified, then in all search fields in the Studio 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 |
5 | Cleaning up resources | 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. 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. |
6 | Shut down the studio when the robot starts up | Check-box , the default value is "false If "true", the studio should minimize when the user launches the robot from it 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 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 iconto 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.