In Studio (up to version 2.20.1), the top panel of the interface contains the main menu and buttons necessary in the process of creating a robot.

Buttons

The table below explains the purpose of the buttons on the top panel:

ИконкаНазваниеДействие

Menu

Navigate to the main menu of ROBIN Studio (Ctrl+N)

Save the current robot project

Saving changes made to the robot scheme (Ctrl+S). Clicking the button saves changes only for the project which scheme is displayed on the Flow, not for all open projects.

The scheme is saved to the folder %UserProfile%/Documents/Robin/Studio/Projects/%ProjectName%/

Save all robot projects

Clicking this button saves all open projects where changes have not yet been applied/saved

Publish robot project

Allows publishing a robot project to the repository (for Enterprise and Cloud versions)

Publish ready robot

Allows publishing the finished robot to the repository (for Enterprise and Cloud versions)

Specification

Navigates to the robot specification settings

Search by scheme

Allows searching for the specific action within an existing robot scheme

Mass actions

Applying bulk actions to the robot scheme. For example: enable disabled actions, remove all breakpoints, delete all bookmarks, and so on

Create action C#

Opens a window for creating and/or opening a custom action for editing. Described in detail in the "Low-Code Mode of ROBIN Studio 2.0" section

Undo

Reverses the last operation performed on the robot scheme

Redo

Repeats the last operation performed on the robot scheme. (For example, restores a deleted action on the robot scheme)

Copy

Places the selected action on the clipboard, leaving it on the workspace

Cut

Places the selected action to the clipboard and simultaneously deletes it from the workspace

Paste

Allows pasting a previously copied action onto the workspace

Activity recording

Allows recording actions performed while working in a browser or Windows desktop application

Knowledge base

Opens the web version of the documentation for the ROBIN Studio platform

System logs

По нажатию на конкретный тип открывается папка с логами компонента. Студия не закрывается.


When clicked, a drop-down list opens:

  • Software Robots
  • Robin Studio
  • Robin Player
  • Robin Agent
  • Java, Net, Python

Clicking on a specific type opens the corresponding component log folder. The Studio is not closed

Agent status

Connection status of the Studio to the agent.

Standalone:

  • Green - the studio is connected to the agent
  • Gray - the studio is not connected to the agent. It is necessary to restart the agent

Enterprise/Cloud:

  • Green - the studio is connected to the agent, agent is connected to the server
  • Gray - the studio is not connected to the agent. It is necessary to restart the agent
  • Red - the studio is connected to the agent, but the agent is not connected to the server. It reconnects itself, an attempt once a minute
  • Yellow - the studio is connected to the agent and is trying to reconnect to the server

In Studio ( up to version 2.20.1), buttons have been added to the top panel of the interface where the main menu is located.

When a user has robots that are built from actions on different platforms and if the customer wants to move that robot from Windows to Linux, they have to manually swap out the actions:

  1. Change the implementation options of an action from one to another, for example from a .net implementation to java or python. A single action can have multiple implementations.
  2. Replace actions with other actions, e.g. Excel actions with open format actions.

The button  will check the script to determine if it can run on Linux - the answer is "Yes" or "No".

The button  goes through all actions and converts actions that do not fit the request. If an action fails to convert, the studio remembers such a contract. After checking and converting all required actions, the studio shows the user a list of failed action conversions and the user either agrees and the changes are applied or refuses and everything stays the same.

  • Нет меток