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

Ключ

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

Отображение дочерних элементов

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.

Image Added

Buttons

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

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

Image Added

Menu

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

Image Added

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%/

Image Added

Save all robot projects

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

Image Added

Publish robot project

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

Image Added

Publish ready robot

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

Image Added

Specification

Navigates to the robot specification settings

Image Added

Search by scheme

Allows searching for the specific action within an existing robot scheme

Image Added

Mass actions

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

Image Added

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

Image Added

Undo

Reverses the last operation performed on the robot scheme

Image Added

Redo

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

Image Added

Copy

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

Image Added

Cut

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

Image Added

Paste

Allows pasting a previously copied action onto the workspace

Image Added

Activity recording

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

Image Added

Knowledge base

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

Image Added

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

Image Added

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.

Image Added

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 Image Added will check the script to determine if it can run on Linux - the answer is "Yes" or "No".

The button Image Added 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.